ADO Based Datamodules in ISAPI applications
From: Danny (NoEmail_at_NoEmail.com)
Date: 06/30/04
- Next message: Danny: "Re: Could anyone plz kindly help me? :("
- Previous message: Sydney Lotterby: "Re: How to get ID field from inserted table in a join using BetterADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jun 2004 07:34:09 -0700
Hi,
I have an application that uses a Datamodule with ADO components on it.
I would like to put an ISAPI (TWebModule) around this datamodule but having problems (basically the web server crashes). I think the problem is the use of ADO com components.
I have succeeded in using ADO in an ISAPI application that doesn't have seperate datamodules, using the ActiveX call coinitialize(nil),but, this doesn't seem to help with with my scenario of a seperate datamodule. I have tried putting coinitialse on the create event of both the TWebModule and the datamodule.
Any help appreciated, Danny.
- Next message: Danny: "Re: Could anyone plz kindly help me? :("
- Previous message: Sydney Lotterby: "Re: How to get ID field from inserted table in a join using BetterADO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|