how to insert a clob to Oracle 9i db

L

Linda Chen

Hi,

I am trying to insert a big string to a column of Oracle
database as a "CLOB", but couldn't find an example
anywhere. I am using C# and OracleClient. If any one can
post some sample code to here or point me to some URL
links, that will be greatly appreciated.

Thanks.

Linda Chen
 
P

Paul Clement

¤ Hi,
¤
¤ I am trying to insert a big string to a column of Oracle
¤ database as a "CLOB", but couldn't find an example
¤ anywhere. I am using C# and OracleClient. If any one can
¤ post some sample code to here or point me to some URL
¤ links, that will be greatly appreciated.
¤

See if the following helps:

http://www.dotnet247.com/247reference/msgs/20/103072.aspx


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top