I have a problem with woody.
Let's say I store filled form in SQL DB.
On woody exit an XSP page is fired. Inside XSP SQL query is builded.
Let say form has 4 fields. We filled two first, and the 3rd and 4th we
left empty.
SQL query I get in result is:
INSERT INTO onetable VALUES ('filled field1', 'filled field2', 'null',
'null');
instead of:
INSERT INTO onetable VALUES ('filled field1', 'filled field2', '', '');
How I can easy get rid off of those 'null's?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]