Hello,
I can't open a SLX connection with a Classic ASP (vbscript) page:
Set connSlx = Server.CreateObject("ADODB.Connection") connSlx.open "Provider=SLXOLEDB.1assword=pwd;User ID=uid;Initial Catalog=SLXDB;Data Source=192.168.100.1ORT=1706;"
Error:
Provider error '80004005'
Unspecified error
If I open the SLX connection with an ASPX script and return to my Classic ASP page, the connection is working and I can query the SLX database.
How can I open the SLX connection with Classic ASP ?
Configuration:
IIS 8.5
SLX 8
The ASPX and Classic ASP pages are running in the same Application Pool (Integrated, CLR 4.0, Identity Network Service).
|