Im trying to Connect to Oracle Instance from my ActiveX Script Task using ADODB Connection. Created a System DSN with the Oracle Client Driver installed on my server (Windows 2000 & SQL Server 2000).
The system DSN is fine, tested it several times and by creating other Connections. But when i try to run the activeX script It throws an
Error: {Microsoft ODBC Driver for Oracle} SqlSetConnectAttr failed.
The snapshot of the code is :
myConn.open "Driver = {Oracle in OraClient10g_home1};DSN:od
s;user=use
rid;pwd=pw
d"
i get an error when i try to execute a sql statement
ASAP please.
Thank you.
Start Free Trial