Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Sqlite messages
What i was wanting to know is how to code to resend if a result code other than SQLITE_OK is returned. I see in my logs that it is returned ans a result but i need to figure out how to access this variable.
I think i figured out how to get the error from the last sql executed
set open_request [DBCMD errorcode *dbName] ; # Look at result code returned.
echo $open_request