Subject | Re: [IBO] ParamEdit |
---|---|
Author | Jason Wharton |
Post date | 2003-10-28T20:21:58Z |
> How to force ParamEdit to accept an empty values? I need, that it have ''Try going into the field and hit the delete key or somehow make it think it
> value instead of NULL when there is no any text entered
>
> Now empty field sends NULL to SQL query:
> select "Name" from Table where "Name" starting with :Name --> empty
> dataset, because :Name => NULL, but in SQL
> select "Name" from Table where "Name" starting with '' equals to select
> "Name" from Table
>
> How to force empty field treat as '' ?
has been updated. Then it will assign the blank string, It should anyway...
Let me know.
Jason