Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> connecting to oracle via vb5.0???
I have the odbc driver setup, and sql*net installed, and I can
connect to the db using the "ODBC test" program. But I can't seem
to get anything working in vb5.0. I'm using
Dim dbOracle As Database
Set dbOracle = OpenDatabase("",
dbDriverPrompt, False, "ODBC;UID=someuser;PWD=somepass;")
I get "run-time error 3146, ODBC call failed" when I run this.
Can anyone point me in the right direction?
--
![]() |
![]() |