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....
 
Top