Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection to Oracle from Access97..

Status
Not open for further replies.

bnath001

Programmer
Aug 18, 2000
100
US
Hi,

I have been using Access97 tables and I used to use
set dbtemp = currentdb()
set rst_table = dbtemp.openrecordset("tbl_test")

to connect to the tables. But now I have moved the table to oracle. I have created a DSN using ODBC administrator.
How to connect to oracle using the code.

could some give me some suggestion.
thanks
 
you could use a pass-thru query (stores ID and password) or link directly to the table with File-Get External Data-Link.

 
How to use Pass thru query ? (connecting to oracle from Access97).

currently I have linked Oracle tables into my access97 application using LInked table manager.

thank you
nath
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top