Link to home
Start Free TrialLog in
Avatar of skuppanda
skuppanda

asked on

Cnnecting to Oracle & Access databases

I already have a VB6 application that uploads MS Project data onto 2 Access databases. Now one database is convrted to  an Oracle db while the other remains in Access. This VB6 application has to connect to both the databases and upload data as required. So, how will I connet to the Oracle db? Thanks!
ASKER CERTIFIED SOLUTION
Avatar of sadcock
sadcock

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
Avatar of skuppanda
skuppanda

ASKER

For Access I connect through DAO and probably for Oracle I've to connect through ADO as now I do not want to change the code much. So, within the single application can I use both ADO & DAO? Thanks!
You could also connect using Oracle Objects For OLE. That way you don't have to set up an ODBC connection, but either way works fine.
Skuppanda-

I can't say that I have done it but I do not see any reason you could not use ADO and DAO in the same program...they are simply COM objects.