clob [message #80693] |
Sat, 02 November 2002 00:31  |
shaakir
Messages: 7 Registered: October 2002
|
Junior Member |
|
|
I have a question on using clobs through the developer...i have a table wit 2 columns with clob variables...now in the developer forms...i want to insert data through text feilds..what is the data type i am suppose to use...at first i used long...and when i tried to insert values..i get an oracle error...i.e. e.g.
insert into table(1,2,3) values(:feild, empty_clob(),empty_clob()) returning rowid .....
what does that mean and what am i doing wrong....and how can i fix it?
plzs need help fast anyone..
|
|
|
Re: clob [message #80696 is a reply to message #80693] |
Sun, 03 November 2002 13:43  |
muralidhar
Messages: 13 Registered: September 2002
|
Junior Member |
|
|
when you are using long and clob variables u have to insert from the front end i.e forms......try it out this might help u out.
|
|
|