If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Blank spaces

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-22-03, 06:23
vivekg95 vivekg95 is offline
Registered User
 
Join Date: Nov 2003
Posts: 10
Blank spaces

How can I pass blank spaces for Required fields into database from Forms as

Initial Value , On insert , Post insert options does not work.


Thanks
Reply With Quote
  #2 (permalink)  
Old 12-22-03, 09:03
edwinjames edwinjames is offline
Registered User
 
Join Date: Dec 2003
Posts: 74
- HAVE YOU TRIED SETTING THE SETTING THE DEFAULT VALUES ON THE FIELDS?

-DO THEY HAVE TO BE SPACES? WOULD 'NULL' VALUES WORK?
Reply With Quote
  #3 (permalink)  
Old 12-22-03, 09:10
vivekg95 vivekg95 is offline
Registered User
 
Join Date: Nov 2003
Posts: 10
Quote:
Originally posted by edwinjames
- HAVE YOU TRIED SETTING THE SETTING THE DEFAULT VALUES ON THE FIELDS?

-DO THEY HAVE TO BE SPACES? WOULD 'NULL' VALUES WORK?

1. Forms will not take blank spaces as it will truncate it for varchar2 fiedls .

2. All fields are required.

3. Assigning it from triggers have different problems of record locking.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On