2 Parameters with the same Name
From: Christof Schädeli (ch.schaedeli_at_gmx.ch)
Date: 07/09/04
- Next message: Viatcheslav V. Vassiliev: "Re: TextEdit width"
- Previous message: Pablo Digonzelli: "TextEdit width"
- Next in thread: Kevin Frevert: "Re: 2 Parameters with the same Name"
- Reply: Kevin Frevert: "Re: 2 Parameters with the same Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 9 Jul 2004 17:58:34 +0200
Hi,
I have a Query like this:
SELECT * FROM TABLE
WHERE (Field1 > MyParam) AND (Field2 < MyParam)
is there a way to use the same Parameter twice in a TADOQuery without
giving them different names like in TQuery, where only one Parameter-Object
is created for them?
Thank you, Christof
- Next message: Viatcheslav V. Vassiliev: "Re: TextEdit width"
- Previous message: Pablo Digonzelli: "TextEdit width"
- Next in thread: Kevin Frevert: "Re: 2 Parameters with the same Name"
- Reply: Kevin Frevert: "Re: 2 Parameters with the same Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|