Is it possible to pass a TADOConnection to a Delphi Built DLL
From: Bill N (billnielsen_at_hotmail.com)
Date: 02/18/04
- Next message: Jeremy Collins: "Re: ADO Deployment on old systems"
- Previous message: Simon Millier: "ADO Deployment on old systems"
- Next in thread: Brian Bushay TeamB: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Reply: Brian Bushay TeamB: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Reply: Mike Walsh: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 18 Feb 2004 09:47:30 -0500
I want to call a function in a Delphi built DLL that creates a report.
However, the report is already resource extensive and I don't want to take
time to initialize a database connection by passing a connection string. Is
there a way to pass a TADOConnection that is already connected (Connected :=
True;) to the DLL?
Thanks,
Bill N
- Next message: Jeremy Collins: "Re: ADO Deployment on old systems"
- Previous message: Simon Millier: "ADO Deployment on old systems"
- Next in thread: Brian Bushay TeamB: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Reply: Brian Bushay TeamB: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Reply: Mike Walsh: "Re: Is it possible to pass a TADOConnection to a Delphi Built DLL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|