From: Patrick C. <pc...@ap...> - 2007-08-01 13:42:15
|
Hi, Today I committed to the CVS a small change (a few ifdef) that allow libsql to compile with FPC/Lazarus for WinCE. This make it capable to access a sqlite database on a PDA by just adding an ARM compiled sqlite3.dll. All the basic functionalities are working and performance is reasonable considering the device. The biggest problem is with formated result. Because of problem with the variants you cannot use results[0].Format[0].AsInteger but need to format the raw result yourself with strtoint(results[0].Strings[0]) Patrick |