I have Oracle 8i tables linked into an Access database. I have a
VB frontend that uses the data from Access. I am trying to read the linked Oracle tables from my
VB code, but it keeps prompting me for the Oracle user name and password. How to I connect to these linked tables in Oracle using ADO recordsets without getting a login prompt? I have heard that I can create a DSN file with the login information in it, but I have a large number of users and don't want to install a DSN file on their computers. Is there another way?
Meg.