Thiago Mello wrote:
Yes, in my callback() functions I have some sqlite_exec() functions.

How I can avoid this?

Well you have to rewrite your code, store the complete result of one query before calling sqlite_exec* again. You can probably achieve a similar result with some SQL wizardry, but I have no idea what you are trying to accomplish.
Regards
P.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to