On Sat, May 31, 2008 at 6:03 AM, Guillermo Varona Silupú
<[EMAIL PROTECTED]> wrote:

> Does Harbour Support for SQLite?

I started to create a contrib/hbsqlite but after some tests I found
that sqlite didn't match my needs.

If you want to continue the job below there is a Makefile skeleton.

sqlite has an easy "all-in-one" C source.

I started from contrig/hbpgsql/tpostgre.prg to create tsqlite.prg.

The main job is to create the Harbour interface for the sqlite C
functions and call them from the tsqlite.prg class.

best regards,
Lorenzo


ROOT = ../../

PRG_SOURCES=\
        tsqlite.prg

C_SOURCES=\
        sqlite3.c \
        sqlitest.c

LIBNAME=hbsqlite

include $(TOP)$(ROOT)config/lib.cf

install::
        $(INSTALL_RULE_HEADERS)
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to