Could anybody tell me why the following error is caught by the try
except in an Application, but not in a Library ?
I am needing to find out where try except doesn't do what I think, not
fix this code.
this is a contrived error to show the problem, not part of my code :)
procedure Test();
v
On 11/6/2014 7:39 PM, Steve Gatenby wrote:
Could anybody tell me why the following error is caught by the try except in an
Application, but not in a Library ?
I am needing to find out where try except doesn't do what I think, not fix this
code.
are you seeing a different error than what you ar
On 07/11/14 12:04, waldo kitty wrote:
On 11/6/2014 7:39 PM, Steve Gatenby wrote:
Could anybody tell me why the following error is caught by the try
except in an
Application, but not in a Library ?
I am needing to find out where try except doesn't do what I think,
not fix this
code.
are you
On 07.11.2014 01:39, Steve Gatenby wrote:
Could anybody tell me why the following error is caught by the try
except in an Application, but not in a Library ?
I am needing to find out where try except doesn't do what I think, not
fix this code.
this is a contrived error to show the problem, no
Hi to everybody,
I am developing a small application that retrieves data from a
SQLite3 file. Currently I am using the TSQLite class found in the unit
sqlite3db.
The Query method fills one of its arguments ("Table") with the result of
the query. Each string in the "Table" variable is a com