Page 1 of 1

SQLite ODBC Driver Install

Posted: Thu Jun 26, 2003 5:41 am
by Karbon
I was just looking at the SQLite ODBC driver from :

http://www.ch-werner.de/sqliteodbc/html/index.html

.. and wondered how I might be able to install this driver programatically from my application.. I'm thinking about using SQLite for my next project and this looks like an excellent way to access it!

Thanks!

Posted: Thu Jun 26, 2003 2:29 pm
by blueb
Mitch,

Why not use Danilo's SQLite library and access SQLite directly?

ODBC is much slower and Danilo provides 21 functions that will do most everything you want. I believe you'll find it at the Realmedia site.

blueb

Posted: Thu Jun 26, 2003 2:40 pm
by Karbon
I probably will end up doing it that way but hey - always looking for new ideas :-)

I was just wondering if installing the ODBC driver was as simple as copying the DLL somewhere, but I now now that it's not!

BTW, Are you talking about El_Choni's library? I didn't know Danilo did one...

Thanks!