由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Help need on writing data to Oracle CLOB!
相关主题
long and CLOB.. any differences?dbi informix text insertions question
Oracle / DB2 问题How to read CLOB by sqlplus?
问一个SQL LOADER BLOB的问题[转载] what's wrong with this PL/SQL
Oracle long数据类型 行转列的问题oracle的同志都来了,问个问题
what is the size limitation of Oracle JDBC Statement?Database Security position in Rockville MD (Financial indus (转载)
Help: Too Many Cursors in Oracle!!新晋升的oracle DBA请教大家要看什么教材。
Oracle 8i export and import ?Database Administrator needed (转载)
Re: How to change Default SQL String Buffer Size(1K) for ODBC DriverMultimedia database Performance
相关话题的讨论汇总
话题: oracle话题: clob话题: clobdata话题: data话题: oid
进入Database版参与讨论
1 (共1页)
h****r
发帖数: 2056
1
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
w*****h
发帖数: 139
2
I have experience to insert BLOB into Oracle with JDBC. We have to use
Oracle's own JDBC classes to do it.

【在 h****r 的大作中提到】
: 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

1 (共1页)
进入Database版参与讨论
相关主题
Multimedia database Performancewhat is the size limitation of Oracle JDBC Statement?
How to insert image to DB2 ?Help: Too Many Cursors in Oracle!!
How to using ODBC to write data to and access data from BLOB type?Oracle 8i export and import ?
数据库里怎么存二进制raw data?Re: How to change Default SQL String Buffer Size(1K) for ODBC Driver
long and CLOB.. any differences?dbi informix text insertions question
Oracle / DB2 问题How to read CLOB by sqlplus?
问一个SQL LOADER BLOB的问题[转载] what's wrong with this PL/SQL
Oracle long数据类型 行转列的问题oracle的同志都来了,问个问题
相关话题的讨论汇总
话题: oracle话题: clob话题: clobdata话题: data话题: oid