A few quick questions...

If an error is returned by sqlite3_exec( ) , I believe the error message is
written in the (char **errmsg) provided in the 5 parameter of the function
call.

      1. Is this the same error text that can be obtained by
sqlite3_errmsg( ) ?
      2. If this is the same error text that can be obtained by
sqlite3_errmsg( ), what happens if I call sqlite3_free( ) before
sqlite3_errmsg( )?

Jason Alburger
HID/NAS/LAN Engineer
L3/ATO-E En Route Peripheral Systems Support
609-485-7225

Reply via email to