> Hi All,
> What are the basic advantage of using SQLite with C API over ODBC.

1. Better Performance.

2. You can use SQLite Features that are not "mappable" to the ODBC-API.

3. You don't have to worry if there are Bugs in the ODBC-Driver.

4. No need to install the ODBC-Driver to let your Application run

5. You can use the latest SQLite release ando don't have to wait until 
the author of the ODBC driver releases a new version.



bye,
Michael
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to