Link to home
Start Free TrialLog in
Avatar of mlee
mlee

asked on

Automated Excel -> SQL Server Data Transfer

I'm trying to write an application that will open a connection to several excel charts, open a recordset, and insert each record set into a SQL Server table (one per chart).  Any ideas (and possibly code)?
Avatar of tomook
tomook

What information are you trying to pull of the chart?
Are all the charts alike?
Avatar of mlee

ASKER

All the tables look essentially the same and the rows of the tables are identical (i.e. row 1 are the database fields). I guess what I'm asking is how do I connect via RDO, DAO, how do I access the rows/fields, and what the difference is between RDO and DAO.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of chdy
chdy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial