Subject Re: [firebird-support] Re: How to get a list of columns from another select
Author Slavomir Skopalik
It is depend on language and frame work that you using.

In delphi:

if not result.Prepared then
result.Prepare;
// Check params consitency
if Length(Params)>0 then begin
if result.Params.Count<>Length(Params) then

Slavek

Ing. Slavomir Skopalik
Executive Head
Elekt Labs s.r.o.
Collection and evaluation of data from machines and laboratories
by means of system MASA (http://www.elektlabs.cz/m2demo)
-----------------------------------------------------------------
Address:
Elekt Labs s.r.o.
Chaloupky 158
783 72 Velky Tynec
Czech Republic
---------------------------------------------------------------
Mobile: +420 724 207 851
icq:199 118 333
skype:skopaliks
e-mail:skopalik@...
http://www.elektlabs.cz

On 26.1.2017 0:23, jorgebj@... [firebird-support] wrote:
> Hello Slavek:
>
> Thanks for your help.
> How to prepare sentence in Firebird 2.5?
>
> Regards.