Re: [Lazarus] Stored Procedure and Returning Values

2009-03-28 Thread Kamil Walas
Are you tried to do the "select * from ZnajdzKodKreskowy (" in the SQL query analizer (Flamerobin, IBExperte, etc. etc.)? It works there? Your Stored procedure is "selectable" ? (http://firebird-with-delphi.blogspot.com/2007/07/fb-selectable-stored-procedure.html) I am a n

Re: [Lazarus] Stored Procedure and Returning Values

2009-03-28 Thread Kamil Walas
rs :-) >qry01.Open; >MyResult01:=qry01.FieldByName('Jest').AsString; > MyResult02:=qry01.FieldByName('Zlecenie').AsString; >MyResult03:=qry01.FieldByName('...others...').AsString; >qry01.Close; > > Have a nice weekend! > > Eduardo.

[Lazarus] Stored Procedure and Returning Values

2009-03-26 Thread Kamil Walas
edure element from Delphi. How could I get this values? I would be pleased if someone wrote an example. And sorry for my English. Best regards, Kamil Walas ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/ma