C++ & MS Access

P

Phlip

Lynet said:
How do i read and write to Access 200 from c++?

This question would get the best answers on the newsgroups that cover the
library "ADO". Use http://groups.google.com to find them.

For C++, seek example code using #import <..ado.dll>. Then spend a few years
learning how to code COM/ActiveX in C++. But don't afflict this newsgroup
with questions about COM or #import, because this group works better on
platform-neutral questions.
 
B

Bob Hairgrove

Hi

How do i read and write to Access 200 from c++?

You can use the ODBC api functions which are a C-language programming
interface and portable across platforms which provide ODBC drivers for
databases.

COM, DAO, ADO etc. are not necessary at all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,881
Members
47,418
Latest member
NoellaXku

Latest Threads

Top