由买买提看人间百态

topics

全部话题 - 话题: clobdata
(共0页)
h****r
发帖数: 2056
1
来自主题: Database版 - Help need on writing data to Oracle CLOB!
Hi everyone,
I was try to write data to CLOB by the way
(prepare/bind/exec) you suggested
on the Oracle Discussion Group. But I got some error, below
is the piece code,
I wonder if I am on the correct way to do it.
say I have a table ExampleTab which contain two columns,
{
Oid int
ClobData CLOB
}
I am try to insert data to clobData by below code, assume
alreay created a
record which has Oid : 101 and ClobData is a emptyClob.
void updateClob(const char* lobString)
{
SQLRETURN l
(共0页)