Hi - i'm performing a tcursor update from an array using the syntax myTC.updateFromArray(myArr) and its failing to update the record (actually a record on a MYSQL table via ODBC) - i can test whether it fails, but is there a way of trapping the specific error? ie.
if myTC.updateFromArray(myArr) then
... successs
else
... fail - how do i interrogate the system to get the reason for failing here????
endif
many Thanks, Martin.
if myTC.updateFromArray(myArr) then
... successs
else
... fail - how do i interrogate the system to get the reason for failing here????
endif
many Thanks, Martin.