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