[Dev-C++] accessing mdb/mssql with dev-cpp
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Andrea <ab...@li...> - 2006-08-27 13:49:26
|
Hi everybody, I need to access some tables from (a mess of) .mdb files (and later I'll be required to access data in a MSSQL server). Please don't tell me I can use SQLite or MySQL for I did as long as I could (BTW the program I built using devcpp/sqlite worked about 10 times faster than the one developed by another guy with vb; but dumping results to a text file which took less than a minute to be imported by a DTS is now considered unacceptable). I googled around but I found nothing usable about it. Can anyone address me to tutorials/articles (better if with some sample code) covering the topic? Thanks a lot Andrea |