R
Randy Galliano
Hello,
I am reading some records into a recordset when I got to assign a text
box the value of one of the fields I get an exception because the
recordset has a null value in it. How do you test for nulls in vb script?
Example:
txtModel.Text = SqlDataReader("Manufacturer") '
Manufacturer is null.
Regards,
Randy.
I am reading some records into a recordset when I got to assign a text
box the value of one of the fields I get an exception because the
recordset has a null value in it. How do you test for nulls in vb script?
Example:
txtModel.Text = SqlDataReader("Manufacturer") '
Manufacturer is null.
Regards,
Randy.