Re: [sqlite] sqlite-users Digest, Vol 11, Issue 24

2008-11-07 Thread Igor Tandetnik
"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 exam

Re: [sqlite] sqlite-users Digest, Vol 11, Issue 24

2008-11-07 Thread Rick Pritchett
I understand about the different errors that sqlite returns I need to know how to access them. And I am curious how sqlite decides what transaction with a shared lock to process next. And when using the timeout command does the transaction continuously try to complete for the time the user specif

Re: [sqlite] sqlite-users Digest, Vol 11, Issue 24

2008-11-07 Thread Rick Pritchett
I understand about the different errors that sqlite returns I need to know how to access them. And I am curious how sqlite decides what transaction with a shared lock to process next. > Message: 6 > Date: Fri, 07 Nov 2008 12:09:05 -0600 > From: John Stanton <[EMAIL PROTECTED]> > Subject: Re: [