[Haskell] Re: HDBC Transactions with Sqlite3
John Goerzen
jgoerzen at complete.org
Sun Jan 15 11:00:54 EST 2006
On 2006-01-14, Tom Hawkins <tomahawkins at 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
More information about the Haskell
mailing list