c++ software and Access

V

vpn

Hi All
I have a question on access.

I am a c++ programmer and I want my software to work with a database(so I
thought of access) where I can store the data generated.

Can someone point me or explain what all I should do to integrate my
softwares output into the database?

Any links will be great.

thank you
vpn
 
A

Albert D. Kallal

Visual Studio has always included the MDAC libary.

So, both VB developers..and c++ developers can use the mdb (access) file
format. You will need to of course install JET, and thus use it as a
standard windows com object (like most of windows works!).

As far as I know..the JET and required libraries are part of visual
studio....
 

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

Top