Subject |
Re: problem with call a stored procedure |
From |
Mervyn Bick <invalid@invalid.invalid> |
Date |
Mon, 9 Jul 2018 11:30:54 +0200 |
Newsgroups |
dbase.getting-started |
On 2018-07-09 11:20 AM, vari wrote:
> I nedd a help, I create a stored procedure in firebird and call it in a dbase programm (dbase version 2.21) in this way:
>
> d = new ProjectInvoiceDB()
> p = new StoredProc()
> p.database = d
> p.procedureName = "Prova_procedura"
> p.active = true
>
> p.params["colimn1"].value -> return only the first row but the stored procedure return more rows
> -> I need to receive a rowset with all the rows theat the stored produce
>
> Could you help me please?
>
You asked EXACTLY this same question five days ago. There were two
replies. Did they not help?
Mervyn.
|
|