During some testing I've run into a problem using the progressHandler
connection method in ooSQLite. Consider the following code snippet:
expose count
...
count=0
conn~progressHandler(self, 1)
conn~exec(sql_stmt)
say count
...
::method progressCallBack
expose count
count+=1
return 0
For a 'small' sql statement it works fine but for a 'bigger' one (i.e. more
work involved) it terminates with:
Error 5 running line 0: System resources exhausted
Error 5.000: The NIL object
So it looks like there is some sort of memory leak in the process, could
that be?
Staffan
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users