A simple way to read data from excel file to a MS access file and vice versa

S

spirit3189

Hello
I was looking for some advice regarding these 2 issues:

1.Reading data from an excel file and updating it to a database(MS
access) through VC++.

2.reading data from a table in MS access and writing it to a new
excel file through VC++.

Plz suggest some sample code with explanation.
Thanks in advance.
 
A

Arvin Meyer [MVP]

Hello
I was looking for some advice regarding these 2 issues:

1.Reading data from an excel file and updating it to a database(MS
access) through VC++.

2.reading data from a table in MS access and writing it to a new
excel file through VC++.

Plz suggest some sample code with explanation.
Thanks in advance.

You might have better luck getting C++ code from a group dedicated to that.
Most of us write in VB or VBA. Only a few here write any C code and those
write it for Access addins.
 

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