Re: TConnection.Open question
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Tue, 24 Apr 2007 21:46:51 -0500
However, this is the only definition of the open in the imported type
library:
Procedure TConnection.Open(Const ConnectionString: WideString; Const
UserID: WideString;
Const Password: WideString; Options: Integer);
That is, there is no implementation without the parameters.
So, is there something I can pass, maybe a null string or NIL, that tells
ADO the parameter is not there or do I have to pass everything in the open,
thus making the various properties irrelevant.
try EmptyParam
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- TConnection.Open question
- From: Gary Wardell
- TConnection.Open question
- Prev by Date: Re: TADOConnection.Close does not work
- Next by Date: Re: TADOConnection.Close does not work
- Previous by thread: TConnection.Open question
- Next by thread: Re: Null value assign to Parameter
- Index(es):
Relevant Pages
|
|