Re: [Dev-C++] accessing mdb/mssql with dev-cpp
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Per W. <pw...@ia...> - 2006-08-28 06:47:34
|
I have been usig wxWidgets together with MySQL and it has worked quite ok. The only work I have done against a Access database is to transfer some information from Access to MySQL. /Per W On Mon, 28 Aug 2006, rodolfo d'Ettorre wrote: > Hi, > > I have not tried it yet, but WxWidget includes a ODBC library which may > allow you to work with both MSSQL and MSAccess. > > Good Luck > > Rodolfo d'Ettorre > > > > > >From: Andrea <ab...@li...> > >To: dev...@li... > >Subject: [Dev-C++] accessing mdb/mssql with dev-cpp > >Date: Sun, 27 Aug 2006 15:48:03 +0200 > > > > > >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 > > > > > > > > > >------------------------------------------------------------------------- > >Using Tomcat but need to do more? Need to support web services, security? > >Get stuff done quickly with pre-integrated technology to make your job > >easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >_______________________________________________ > >Dev-cpp-users mailing list > >Dev...@li... > >TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > >https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |