From: gk_2345 AT my-deja DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Access database accessing? Date: Thu, 21 Oct 1999 14:31:02 GMT Organization: Deja.com - Before you buy. Lines: 26 Message-ID: <7un836$3ab$1@nnrp1.deja.com> References: <7um91e$f5h$3 AT baker DOT cc DOT tut DOT fi> NNTP-Posting-Host: 209.138.8.242 X-Article-Creation-Date: Thu Oct 21 14:31:02 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 209.138.8.242 X-MyDeja-Info: XMYDJUIDgk_2345 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <7um91e$f5h$3 AT baker DOT cc DOT tut DOT fi>, Forsberg Sakari wrote: > Hello! > > Do you know where I can find a library > that I can read access' database with? > > oh yes, and language is C++... If you are using C++, you could access the JET API directly with VC++, or maybe even MingW32. As for free, third party JET interfaces, I don't know of any. I can remember hacking together some code in VB years ago to extract text from saved modules, but the MDB format is proprietary, and changes every version of JET that is released, and MS won't release any specs or useful info on it. I subscribe to the MSDN, and the only useful info I've turned up is that there is a Microsoft Data Access SDK available that has examples and skeletons for writing OLE DB, ODBC, ADO, and RDO drivers and clients. (www.microsoft.com/data) Sent via Deja.com http://www.deja.com/ Before you buy.