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!

64 bit connection string to ORACLE

Status
Not open for further replies.

Andrzejek

Programmer
Jan 10, 2006
8,548
US

I have this connection string to connect to ORACLE
Code:
strCn = "Driver={Microsoft ODBC for Oracle};" & _
        "SERVER=T321;UID=ANDY;PWD=MYPASS"
(VBA code for MicroStation, kind of AutoCAD)

It works fine for most of my users, but some of them run it on 64-bit machines and this connection does not work.

Any ideas of what should I use for my connection string instead....?

Have fun.

---- Andy
 
Hi, Andy

Is the Oracle ODBC driver an option? It generally works better than Microsoft's driver does.

Regards,


William Chadbourne
Programmer/Analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top