Subject | Re: [firebird-support] Parameters in views? |
---|---|
Author | Nick Upson |
Post date | 2005-03-20T19:56:10Z |
In article <000501c52d7e$16363e30$0a01a8c0@ANNIBALE>, Salvatore Besso wrote:
select * from your_view where C.Short_Name = :CN
C.Short_Name has to be in the output list of the view
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly
> is it possible to use parameters in view definitions? I have this SQL thatuse it when you call the view
> complains for a bad variable "CN" but that normally works if I remove the
> parameter. I'm creating it with IB_Expert:
select * from your_view where C.Short_Name = :CN
C.Short_Name has to be in the output list of the view
--
Nick
-----We Solve your Computer Problems---
Founder & Listowner of the Prolifics User Group
Panther, Ingres, UNIX, Interbase, Firebird - Available Shortly