Subject Re: [firebird-support] Views and parameters
Author German Pablo Gentile
Thomas Steinmaurer wrote:

>>I understand now. My mistake was forget th PLAN depends on the amount
>>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. ;-)
>
>
>
Im newbie with that stuff (SP and views). I need to code a SP returning
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.