stofing blank using developer2000 [message #102588] |
Sat, 27 July 2002 04:10 |
Sanjeev Kumar
Messages: 5 Registered: July 2002
|
Junior Member |
|
|
I have one field in database which can store blank values. When I fetch records from that table in developer forms and save the values , the blank values are replaced to null.And this is feature provided by oracle .
Is there anyway to store blank values using developer2000?
Thanks
|
|
|
Re: stofing blank using developer2000 [message #102612 is a reply to message #102588] |
Tue, 30 July 2002 22:46 |
venkatesh
Messages: 72 Registered: August 2000
|
Member |
|
|
hi sanjeev,
u can store blank values
u might have used a variable where u store the value is fetched from the database.
before assigning the value to the field, check whether fetched value is null. if null then assign the value of the variable = '' . now check it out... this is the same problem i faced once and got rid of it doing this...
with regards
venkatesh
|
|
|