A
Alex
Hi,
I have the following line in my code
strSalutation = objReader.GetString(4)
Now if the field is not null every thing is fine, however if the field is
null then an error is thrown.
is it possible to test if objReader is null before I assign it to my
string.
cheers
alex
I have the following line in my code
strSalutation = objReader.GetString(4)
Now if the field is not null every thing is fine, however if the field is
null then an error is thrown.
is it possible to test if objReader is null before I assign it to my
string.
cheers
alex