[sqlite] SQLite_Exec16 - suggestion

2006-06-12 Thread Sasa Zeman
Full UTF-16 support functions are present, except SQLite_Exec16. As I havely using UTF-16 and scripts (UPDATE and INSERT), I created such addon to SQLiteAPI as Delphi function). However, it may be worted to be natively supported from SQLiteAPI, instead to be simulated. Sasa -- www.szutils.net

[sqlite] SQLite 3.3.6 - possibly memory leak

2006-06-12 Thread Sasa Zeman
I working with my own SQLite wrapper for Delphi, with the statically linked SQLite 3.3.6. File variant works fine: SQLite3_Open('Test.sqb',db); SQLite3_Exec(db,'DROP TABLE TEST',NIL,NIL,ErrMsg); ... However memory variant rise a memory leak report: SQLite3_Open(':memory:',db);

Re: [sqlite] Borland command line compiler v 5.5 and SQLite

2005-10-24 Thread Sasa Zeman
Juan, > Can you please provide instructions for this or publish it? Compiling > with bcc55 has eluded us for quite a while. Please include exact steps > and versions of each program used. I've published SQLite327makefiles.zip file on my site, section "Utilities" as resulting example of quite

[sqlite] Borland command line compiler v 5.5 and SQLite

2005-10-06 Thread Sasa Zeman
Does someone have Make files to create exe and dll for Borland command line compiler v 5.5? In Makefile.in is a generic makefile I unfortunately can't hanlde properly. Thanks in advance.