Re: TCPServer & MSSQL & Threads (Newbie Question)
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Fri, 25 Apr 2008 21:23:10 -0500
That should have been
DataModuleVariable := TYourDataModule.create(nil);
since referring to the Application in a thread would be a problem
Brian
How do you create an Instance of the DataModule?
DataModuleVariable := TYourDataModule.create(application);
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- TCPServer & MSSQL & Threads (Newbie Question)
- From: Mark Moss
- Re: TCPServer & MSSQL & Threads (Newbie Question)
- From: Brian Bushay TeamB
- Re: TCPServer & MSSQL & Threads (Newbie Question)
- From: Mark Moss
- Re: TCPServer & MSSQL & Threads (Newbie Question)
- From: Brian Bushay TeamB
- TCPServer & MSSQL & Threads (Newbie Question)
- Prev by Date: Re: ADO results set vs. BDE
- Next by Date: Re: Strange AV deleting last record in access table
- Previous by thread: Re: TCPServer & MSSQL & Threads (Newbie Question)
- Next by thread: Re: TCPServer & MSSQL & Threads (Newbie Question)
- Index(es):
Relevant Pages
|