15 Jan
2006
15 Jan
'06
4 p.m.
On 2006-01-14, Tom Hawkins <tomahawkins@gmail.com> wrote:
I have HDBC running with Sqlite3, but I'm getting a SqlError due to a locked table. Please excuse my SQL ignorance, but what may be causing the problem? In SQL, are we not allowed to select, update, and delete from a table within a single transaction? If not, what are the rules for transactions?
See my reply on -cafe at: http://www.haskell.org//pipermail/haskell-cafe/2006-January/013950.html -- John