 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SM Guest
|
Posted: Thu Mar 02, 2006 9:03 pm Post subject: Query Parameter |
|
|
Hi
BCB6 IBX6.08
In my TIBQuery select statement:
Select Field1, Fiedl2, :Para1
From StoreProc (:Para2)
Where Field1 = :Para3;
And it doesn't work, because the parameter is in Select, From and Where
clauses ? Does it fixed in BDS2006 !
Thanks |
|
| Back to top |
|
 |
Jeff Overcash (TeamB) Guest
|
Posted: Thu Mar 02, 2006 10:03 pm Post subject: Re: Query Parameter |
|
|
SM wrote:
| Quote: | Hi
BCB6 IBX6.08
In my TIBQuery select statement:
Select Field1, Fiedl2, :Para1
From StoreProc (:Para2)
Where Field1 = :Para3;
And it doesn't work, because the parameter is in Select, From and Where
clauses ? Does it fixed in BDS2006 !
|
The only way this will be fixed is if IB changes its parsing routines to parses
left to right top to bottom. That is how TDataset parses this. There are no
plans to write a second parser just for IBX.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
This sad little lizard told me that he was a brontosaurus on his mother's
side. I did not laugh; people who boast of ancestry often have little else
to sustain them. Humoring them costs nothing and adds to happiness in
a world in which happiness is in short supply. (RAH) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|