Re: [dbi] Execute marks end of transaction?

2006-07-11 Thread Jonathan Leffler
On 7/11/06, Martin J. Evans <[EMAIL PROTECTED]> wrote: On 11-Jul-2006 Jimmy Li wrote: > Can I end a transaction as soon as I call execute()? Yes Depends on the statement, of course, and the AutoCommit mode. For something other than a cursor-based statement (fetch, or sometimes some version

RE: [dbi] Execute marks end of transaction?

2006-07-11 Thread Martin J. Evans
On 11-Jul-2006 Jimmy Li wrote: > Can I end a transaction as soon as I call execute()? Yes > or do I have to wait > until I finish fetching all the rows? No > For example, I have: > > -- > -