10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

OCCI Demonstration Programs<br />

"UPDATE author_tab SET author_name = :x WHERE author_id = :y";<br />

stmt = conn->createStatement (sqlStmt);<br />

try{<br />

stmt->setString (1, c2);<br />

stmt->setInt (2, c1);<br />

stmt->executeUpdate ();<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!