[fpc-pascal] sql server embedded: sqlite the only solution?

JoshyFun joshyfun at gmail.com
Tue Dec 22 13:28:34 CET 2009


Hello FPC-Pascal,

Tuesday, December 22, 2009, 12:55:07 AM, you wrote:

ZD> I think you talk about Firebird embedded version 1.0, SQlite3 best than it
ZD> I have Point of Sale application use Firebird 2.1 in desktop PC and
ZD> Sqlite3 in Wince, the same project with same SQL statements (with a
ZD> little directive for special queries).

SQLite is faster than Firebird, but take care that SQLite does not
enforce foreign keys, so data integrity must be handled by the
programmer "manually".

-- 
Best regards,
 JoshyFun




More information about the fpc-pascal mailing list