SELECT IsNull(myColumn1, 0), IsNull(myColumn2, 0), IsNull
(myStringColumn, '') from myTable
>-----Original Message-----
>Hello folks,
>
>is there a way how I can avoid Null Values in datasets
when they are filled
>with a dataadapter. (Of cours I could change my querey
so that no Null
>values are returned, but I can't do so in my case). I
have tryed to set
>nillable property to false and set a default value, but
then all lines
>contain the default value even those where data is
returned from the query.
>
>So, how can I change all null values to emty string or 0?
>
>Thank you very much
>
>
> Anton
>
>
>.
>
|