Re: [Lazarus] SQLite - WinCe

2008-06-24 Thread Zaher Dirkey
- SQLite3Connection does not raise an exception when it cannot connect. Connected becomes true no matter what. if the db not found it will be created, try to use FileExists before open the db. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

[Lazarus] SQLite - WinCe

2008-06-22 Thread cc_
I am testing SQLite under WinCE. A few notes: - When the db file is in a shared folder linked to the Emulator, it cannot be opened. Needs to becopied to an internal folder. This may have nothing to do with Lazarus, but might be a useful peace of information anyway. - SQLite3Connection does not

Re: [Lazarus] SQLite - WinCe

2008-06-22 Thread cc_
You could document some of your findings here: http://wiki.lazarus.freepascal.org/WinCE_Programming_Tips I will, but first I am going to send them to the mailing list to find out their worth (I would not want to reinvent the wheel) and if they can be corrected. The only thing that I