Topic: Delphi 2010

Hi All,
Thank you for your work on this but I'm having trouble getting things working with Delphi 2010. Everything installed fine. I ran the SQLiteToolbox program which accesses my db just fine (created with SQLite Expert). In my own delphi project, I can't open the database either at design or run time. The db file name was X-Cal.db. I tried to open as dbtUnknown, then as dbtSqliteExpert, then I changed the db name to X-Cal.db3. I still can't open it. Any help would be greatly appreciated.

Some other questions.
The SQLiteToolbox program does not seem to use the sqlite3.dll. Is that the case? And my final question. Is source available for the SQLiteToolbox program?

Re: Delphi 2010

SQLiteToolbox work from library ..\system32\sqlite3.dll   file size: 529 KB look

Re: Delphi 2010

SQLiteToolbox program work is library ..\system32\sqlite3.dll  (SQLITE_ENABLE_ATOMIC_WRITE = On)
Library from http://sqlite.org/download.html compiled with SQLITE_ENABLE_ATOMIC_WRITE = OF
Look: http://source.online.free.fr/Windows_Ho … QLite.html

Re: Delphi 2010

SQLiteToolbox work from ..\system32\sqlite3.dll (compiled form SQLITE_ENABLE_ATOMIC_WRITE = ON)
Defaulf library form http://sqlite.org/download.html SQLITE_ENABLE_ATOMIC_WRITE = OF
Look:
http://www.sqlite.org/compile.html
http://source.online.free.fr/Windows_Ho … QLite.html