Subject | Re: Meaningful exception messages using batches |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-04-15T20:00:30Z |
Hi,
executing a batch even if error happens. If more than one statement
fails with different messages, which one should we pick up?
But in case of JayBird you're right. We do not continue executing
batch (this is also allowed by specs). I have fixed this, will be
available from the CVS today.
Roman
> As you can see, this message is much more descriptive. Couldnt theIn general this is not possible. JDBC specs allow driver to continue
> executeBatch() exception bring a descriptive message as well? Is all
> that right or there is something I am missing?
executing a batch even if error happens. If more than one statement
fails with different messages, which one should we pick up?
But in case of JayBird you're right. We do not continue executing
batch (this is also allowed by specs). I have fixed this, will be
available from the CVS today.
Roman