Bud Beacham <[EMAIL PROTECTED]> wrote: > Thanks. Now I understand why I was having a problem with errorcode in that > situation. > > Are there any other Tcl exceptions to errocode's return value? >
The general rules is this: If SQLite gives you anything other than SQLITE_OK (or SQLITE_ROW or SQLITE_DONE) then you are going to get a TCL exception. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------