Clob data through c#
-
Hi All, How can I insert a text into a clob datatype column in oracle through c#. To my understanding, first we have to insert the data to all the columns expect the clob datatype column, then open the newly inserted row in "for update" and then only we have to write the clob column with the value. please corret me also in this regard. Sample code will be of more useful. Thanks n Regards, Umashanker.K
-
Hi All, How can I insert a text into a clob datatype column in oracle through c#. To my understanding, first we have to insert the data to all the columns expect the clob datatype column, then open the newly inserted row in "for update" and then only we have to write the clob column with the value. please corret me also in this regard. Sample code will be of more useful. Thanks n Regards, Umashanker.K
That was from Google Search :wtf::wtf::wtf: CLOB data using C#[^] This is Your Sample code From CodeProject it self !!! Using C# for Inserting CLOB data in Oracle[^] Good Luck !!!
Happy Programming ----- Abhijit