Board index » delphi » ADO/SQLServer slowing down in my activex server
Ed Sonneveld
![]() Delphi Developer |
Tue, 30 Mar 2004 05:21:49 GMT
ADO/SQLServer slowing down in my activex server
I have build an activeX dll with an automation server which uses ADO
(ADOExpress) to access MS SQL Server 7 databases. For each call to the dll I pass the connectionstring which the dll should use (it has to work with more than one database at a time). I am calling the activex dll from an isapi dll. It works, but opening recordsets gets _very_ slow after a few calls to the After a few minutes the activex dll gets more responsive again, but after a I still have a feeling it has to do with connection handing, because I am If anyone has experience with using ADOExpress in an axtivex automation Thanks, - Ed ---------------------------------- |