Page 1 of 1

Is PB Database module really not supporting recordsets?

Posted: Mon Jul 14, 2014 10:08 am
by Kukulkan
Hi,

I just needed a quick implemention like this (using SQLite):

Code: Select all

Do a query
Loop through recordset (
  Do sub-querys using calculated numbers (PB code)
)
But PB functions like NextDatabaseRow() are not supporting recordsets (or call it datasets). Do I really need to open the database twice to do such? Never seen such a limited database support before. Or did I miss something? :shock:

Kukulkan

Re: Is PB Database module really not supporting recordsets?

Posted: Tue Jul 15, 2014 7:14 am
by LuckyLuke
PB functions are not supporting recordsets.

I'm missing this feature too.
(Recordset request ).

Please please please ... Fred/Feak ... :D