Re: [sqlite] Sqlite COM/EXE server

2004-01-06 Thread Eugene Lin
no problem accessing the database file itself? Eugene *** REPLY SEPARATOR *** On 01/06/2004 at 2:37 PM Lindsay Mathieson wrote: Eugene Lin wrote: Bert, It is a COM-related problem, not a SQLITE problem I can now tell you that it IS a sqlite problem NOT a COM problem

Re: [sqlite] Date problem

2004-01-03 Thread Eugene Lin
. Eugene Lin *** REPLY SEPARATOR *** On 01/01/2004 at 10:38 PM D. Richard Hipp wrote: KL Chin wrote: Is that away to have a DATE comparison inside SQLite? Or any expression to convert DATE to integer in SQLite? I mean, I don;t have to worry about data migration from other

[sqlite] Sqlite COM/EXE server

2003-12-27 Thread Eugene Lin
Hi, Does anyone use Sqlite in a COM/EXE server? I always get the error no such table: sqlite_temp_master from Sqlite when I call any of its API function from within a COM EXE. Out of many attempts I discovered that if I set my COM EXE to run as an Interactive User (by using DCOMCNFG) then