J
Joe
I am using a Visual Basic parametized query to locate a
record in a SQL Server per the following code:
daRER.SelectCommand.Parameters("@My_RER").Value = My_RER
daRER.Fill(dsRER)
How would I test the dataset to ensure that a Null record
was not delieved to the dsRER DataSet. @My_RER is
connected to the PrimaryKey of a SQL Table. This test
will determine if a message box will be displayed to the
user to enter another RER Number.
Thanks
record in a SQL Server per the following code:
daRER.SelectCommand.Parameters("@My_RER").Value = My_RER
daRER.Fill(dsRER)
How would I test the dataset to ensure that a Null record
was not delieved to the dsRER DataSet. @My_RER is
connected to the PrimaryKey of a SQL Table. This test
will determine if a message box will be displayed to the
user to enter another RER Number.
Thanks