Yesterday I filed a bug report where the ooRexx environment is being
brought down when trying to
run a pragma command using the exec emthod. I've since realised that there
is a special pragma
method that I've also been trying out. This method seems to work in the
following case:

tableInfo = dbConnection~pragma("table_info", "ExistingTable")

but not in this case:

tableInfo = dbConnection~pragma("table_info", "nonExistingTable")
Error 48:   Failure in system service
Error 48.900:  failed to allocate memory

I haven't filed a bug report for this as I don't know if this is just a
limitation that is not documented.

Staffan
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to