M
moondaddy
I'm using vb.net 1.1 and VS2003. in the dataset designer I'm trying to set
the default value of a dataset table column (actually its an attribute) to
an empty string so I don't get dbnull error in my code. How can I do this.
In databases I can set a default value of empty string by using 2 quotes
("") but if I do that here the return value is literally 2 quotes ("""").
Any good ideas?
Thanks.
the default value of a dataset table column (actually its an attribute) to
an empty string so I don't get dbnull error in my code. How can I do this.
In databases I can set a default value of empty string by using 2 quotes
("") but if I do that here the return value is literally 2 quotes ("""").
Any good ideas?
Thanks.