Intraweb ISAPI dll and SDAC
Posted: Thu 10 Jan 2013 13:12
Delphi XE2 - SDAC Trial edition.
I am attempting to evaluate SDAC for Delphi XE2 and have a simple Intraweb ISAPI dll which does nothing more than attempt to connect to a SQL Server 2008R2 database.
I am able to get this to work correctly using my Windows 7 workstation running ISS7, but when I attempt to deploy this to a Win2008 R2 server, on attempting to load my start page my browser (IE / Firefox) hangs.
Back-tracking, if I remove my MSConnection component, so that my app has nothing more than a button, the problem persists. If however I comment out the MSAccess reference in the uses clause, the web application works.
For what it's worth, I am able to run a client-server executable from the Win2008 R2 server which access the same database using SDAC but I am stumped as to why my ISAPI dll is behaving the way it is.
I have SQLServer Native access components installed on the server and I have the following package files installed on the server:-
dac160.bpl, dacfmx160.bpl, dacvcl160.bpl, dbrtl160.bpl, rtl160.bpl, sdac160.bpl, sdacfmx160.bpl, sdacvcl160.bpl, vcl160.bpl, vcldb160.bpl
I have the feeling that I still have something missing.
Does anyone have any ideas where I could start looking?
Simon
I am attempting to evaluate SDAC for Delphi XE2 and have a simple Intraweb ISAPI dll which does nothing more than attempt to connect to a SQL Server 2008R2 database.
I am able to get this to work correctly using my Windows 7 workstation running ISS7, but when I attempt to deploy this to a Win2008 R2 server, on attempting to load my start page my browser (IE / Firefox) hangs.
Back-tracking, if I remove my MSConnection component, so that my app has nothing more than a button, the problem persists. If however I comment out the MSAccess reference in the uses clause, the web application works.
For what it's worth, I am able to run a client-server executable from the Win2008 R2 server which access the same database using SDAC but I am stumped as to why my ISAPI dll is behaving the way it is.
I have SQLServer Native access components installed on the server and I have the following package files installed on the server:-
dac160.bpl, dacfmx160.bpl, dacvcl160.bpl, dbrtl160.bpl, rtl160.bpl, sdac160.bpl, sdacfmx160.bpl, sdacvcl160.bpl, vcl160.bpl, vcldb160.bpl
I have the feeling that I still have something missing.
Does anyone have any ideas where I could start looking?
Simon