null value not passing [message #527444] |
Tue, 18 October 2011 02:56 |
usmanelahi
Messages: 54 Registered: July 2007 Location: Karachi
|
Member |
|
|
Dear Sir,
I am trying to pass null value '' in form but still failed
---SQL---
select distinct column1 from abc
Y
NULL
two records found.
---FORM---
I have a list item name user_pick which is in two values SOUND-Y, DAMAGE-'' passing null value
--BUTTON--
select count(column1) into A from abc
where column1=:user_pick;
when user pick from list SOUND it is ok
When user pick damage this will show 0 means null value are not passing correctly how to solve it.
i also tried in radio group,check box
Thanks
|
|
|
|
|
|
|