Sounds cool, didn't realise addText could be called more then once, I need
to start paying more attention. If you can wait a couple of days for
documentation I'll see if I can fit it in. but I need to spend a little bit
of time actually doing what I'm paid for otherwise people are going to start
getting upset ;o)
-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: 25 July 2000 15:04
To: [EMAIL PROTECTED]
Subject: Re: PATCH: SQLExec
>>>>> "JM" == Jeff Martin <[EMAIL PROTECTED]>
writes:
JM> Think that's it.
Pending documentation, yes 8^). Want to submit it as well?
I've made some minor modifications to your patch. One takes
into
account that addText might be called multiple times.
The other modification is that the code only call
Connection.commit or
rollback if not in autocommit mode. There are some
($%&!/�(%) JDBC
drivers (namely Interbase again, but I think DB2 is the
same) that
will throw an exception if you try to commit an autocommit
transaction.
Stefan