Page 1 of 1

How to use SQL Lite?

Posted: Fri 31 Jul 2009 19:55
by fellipeh
Hello, whats files I can provide to use SQLLite with UniDAC? How can I manipulate the database?

Best Regards

Posted: Sat 01 Aug 2009 14:17
by Joao Cadilhe
You have to put Sqlite dll in your application folder. To create and mantain sqlite databases you can use SqlLite Expert from http://www.sqliteexpert.com/ there is a free personal edition.

Recently i had to create a small utility program with sqlite and Unidac but i migrated from sqlite to Firebird embendded (and Unidac) because of many sqlite deadlocks errors (just because we had to create multiple connections and operations from same application). Version 2.5 (still in beta) of firebird embendded now suport multiple local database conections (with new superclassic server mode) and it was a perfet choice for me (Unidac and Firebird is really a great choice).

Joao Cadilhe.

Posted: Mon 03 Aug 2009 13:14
by fellipeh
Thanks,