| Pat [MSFT] 2004-02-12, 12:36 pm |
| I believe the issue is in the DB driver, in that it serializes access to the
dBase executable (older versions of FoxPro's DB driver did the same thing).
So, it isn't technically hung, it just executes one query at a time (i.e.
really slow).
You may be able work around this by using an ActiveX Exe singleton to handle
the db calls or a .exe (i.e. cgi) to do the db stuff. I used those
techniques for FoxPro and the old HP3000 minis (respectively).
Pat
"Rudy Roque" <rudy@adsresponsecorp.com> wrote in message
news:C8D2E4E8-122F-456F-8C4A-8BD7B712CC9B@microsoft.com...
> I am currently experiencing hangs when an dBase Plus executes. Has anyone
experienced issues with IIS and dBase executable web apps?
> Thanks in advance for any suggestions.
|