SQLite ODBC Driver Install

Windows specific forum
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

SQLite ODBC Driver Install

Post 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!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
blueb
Addict
Addict
Posts: 1120
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post 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
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply