Click to See Complete Forum and Search --> : how to connect SQL Server in ISAPI?


xchge
April 14th, 1999, 12:10 PM
I use CRecordset in ISAPI DLL, connecting SQL Server via ODBC.
but when i open the class, it make a exception---the data source name not found and no default driver specified.
i put the same codes in a ordinary exe files, it executes correctly. why? how can i do for it?
the web server is iis3.0 in winnt4.0.

xchge