ChrisUK
Well-known Member
- Joined
- Sep 3, 2002
- Messages
- 675
Hi.
I'm struggling getting information from an Oracle database, I'm falling down at the connection string stage and getting an "undocumented error"
Here is the string I'm using, can anyone suggest another string or way to do this please.
TIA
Chris
Set ConnectDB = New ADODB.Connection
ConnectString = "Provider=msdaora;Data Source=Server1;User Id=userid;Password=userpw;"
ConnectDB.Open ConnectString
I'm struggling getting information from an Oracle database, I'm falling down at the connection string stage and getting an "undocumented error"
Here is the string I'm using, can anyone suggest another string or way to do this please.
TIA
Chris
Set ConnectDB = New ADODB.Connection
ConnectString = "Provider=msdaora;Data Source=Server1;User Id=userid;Password=userpw;"
ConnectDB.Open ConnectString