Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What occi statements cause exceptions?

Re: What occi statements cause exceptions?

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Sun, 31 Dec 2006 09:03:12 +0100
Message-ID: <45976ec1$0$294$426a74cc@news.free.fr>

"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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US