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.