Hi,
I have a vbscript (createdsn.vbs), which will create the oracle ODBC DSN in the system windows7 OS).
I tried to execute this script and receiving the User defined error message as below:
'Create DSN Failed'
Please find the source code below used to create Oracle ODBC.
Set myDSN = New Dsn
CreateTheDSN = myDSN.CreateDSN("ODBCTestDSN","Oracle in OraClient11g_home1","DBTest","","userid","pwd","AP PODBC", true, "")
Please advise on this.
Regards,
More...