Subject | Re: [firebird-support] Views and parameters |
---|---|
Author | German Pablo Gentile |
Post date | 2004-10-26T13:26:16Z |
Thomas Steinmaurer wrote:
a set. By example :
Select FIELDA,FIELDB from TABLE1
How to retunr it ? I mind, must do somethink like :
Select FIELDA,FIELDB from TABLE1
INTO :FIELDA,:FIELDB
?
TIA.
German.
>>I understand now. My mistake was forget th PLAN depends on the amountIm newbie with that stuff (SP and views). I need to code a SP returning
>>and distribution of data.
>>Is clear now, so the general rule must be put all the stuff in SP or
>>Views, every time you can.
>>
>>
>
>I'm a server-side junkie, so I agree with you here. ;-)
>
>
>
a set. By example :
Select FIELDA,FIELDB from TABLE1
How to retunr it ? I mind, must do somethink like :
Select FIELDA,FIELDB from TABLE1
INTO :FIELDA,:FIELDB
?
TIA.
German.