J
Jimmy Crider
Hello all,
Here is my code to check the Null value in a column.
Please let me know the way I coded can be fine tuned.
If Not Covert.IsDBNull(mycommandObject.Parameters("MycoulmnName").Value)
then
MyTextBox.Text = mycommandObject.Parameters("MycoulmnName").Value
End If
Thats the way I coded to check the null value in my read column. Is there
any better way or did I wrote the efficient code here ?
Thanks for your advice.
Jimmy
Here is my code to check the Null value in a column.
Please let me know the way I coded can be fine tuned.
If Not Covert.IsDBNull(mycommandObject.Parameters("MycoulmnName").Value)
then
MyTextBox.Text = mycommandObject.Parameters("MycoulmnName").Value
End If
Thats the way I coded to check the null value in my read column. Is there
any better way or did I wrote the efficient code here ?
Thanks for your advice.
Jimmy