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 specifies or does it just try to complete after the specified amount of time?
> Message: 6 > Date: Fri, 07 Nov 2008 12:09:05 -0600 > From: John Stanton <[EMAIL PROTECTED]> > Subject: Re: [sqlite] How does sqlite return the status of the data > base? > To: General Discussion of SQLite Database <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Igor Tandetnik wrote: > > > I'm not sure I understand the question. What precisely do you mean by > > "serialized queue"? > > > > Igor Tandetnik > > > Is it a repeated tautology? > > > > > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > > > Message: 8 > Date: Fri, 7 Nov 2008 20:02:47 GMT > From: Rick Pritchett <[EMAIL PROTECTED]> > Subject: Re: [sqlite] How does sqlite return the status of the data > base > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > > So how does it handle the transactions? Is it just however it retrieves them > or > just which notices that the DB is available? And how does sql return the state > its in to the proc? > > > > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

