Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: What occi statements cause exceptions?
"lovecreatesbea..._at_gmail.com" <lovecreatesbeauty_at_gmail.com> a ¨¦crit dans le message de news:
1167532811.837455.264590_at_48g2000cwx.googlegroups.com...
| Do these function cause exceptions and should I always put them inside
| a try block?
|
| For example: Connection::createStatement(), Statement::setSql(),
| Statement::executeQuery(), Statement::executeUpdate(),
| Connection::commit(), ...
|
| The "Oracle C++ Call Interface, programmer's guide", part no: A96583-01
| doesn't tell whether a function causes exceptions, Can I find this kind
| of information in some other material?
|
Each and every function can cause exceptions.
Regards
Michel Cadot
Received on Sun Dec 31 2006 - 02:03:12 CST