Is PB Database module really not supporting recordsets?

Everything else that doesn't fall into one of the other PB categories.
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Is PB Database module really not supporting recordsets?

Post 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
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Re: Is PB Database module really not supporting recordsets?

Post by LuckyLuke »

PB functions are not supporting recordsets.

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

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

LuckyLuke
Post Reply