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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSN with Access XP

Status
Not open for further replies.

gscheepers

IS-IT--Management
Jan 21, 2002
150
US
Hi,

One of our databases uses a DSN connection to an Oracle server. We've just upgraded to Office XP and I converted the old Access database which was Access 97 to Access XP. Since I've done this, I get prompted for the password each time I open the database.

This is the current line of code that I have to connect to the oracle database:

Set db = wrkJet.OpenDatabase("", False, False, "ODBC;DSN=Personnel;UID=Personnel;PWD=person;")

Has anything changed in Access XP regarding DSN or is their something wrong with my code.

Thanks, Gerhard Scheepers
BA - LETEC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top