"Rick Pritchett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I understand about the different errors that sqlite returns I need to > know how to access them.
What do you mean, access them? Your program calls sqlite3_step function. This function returns a value. Your program examines this value. > And I am curious how sqlite decides what > transaction with a shared lock to process next. Whichever calls sqlite3_step next. > And when using the > timeout command does the transaction continuously try to complete for > the time the user specifies or does it just try to complete after > the specified amount of time? I distinctly remember answering this very question recently. In what way did you find my previous answer lacking? Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

