|
-
Feb 15th, 2012, 09:18 AM
#1
Thread Starter
New Member
Error in VB Script connection with Oracle 11g 64 bit
Hi All,
I am trying to connect oracle 11g with VBscript for windows 64 bit.But while connecting with code it is throwing me error as "Provider not specified" the same code in windows 32 bit edition works fine.I have created DNS and trying to connect through that the DSN is successfully getting connected.
Below if the code that iam using :
Set objcon=createobject("ADODB.Connection")
objcon.Open "DSN=MYDSN;User Id=Myid;Password=Mypassword"
Please help,
Thanks and Regards,
Anjani Kumar Deo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|