H
Helixpoint
Dim dr1 As SqlDataReader = MachCodeListID.GetSingleMachCode(thecodesID)
' Read first row from database
dr1.Read()
If IsDBNull(dr1("CATNUM")) Then '**************** This is where I am getting
the error??????
thecatnum = 0
Else
thecatnum = dr1("CATNUM")
End If
--
______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
(e-mail address removed)
Interested in Affordable Email Marketing?
Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
If you are interested in becoming a Reseller of HelixPoint products, contact
(e-mail address removed)
______________________
' Read first row from database
dr1.Read()
If IsDBNull(dr1("CATNUM")) Then '**************** This is where I am getting
the error??????
thecatnum = 0
Else
thecatnum = dr1("CATNUM")
End If
--
______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
(e-mail address removed)
Interested in Affordable Email Marketing?
Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
If you are interested in becoming a Reseller of HelixPoint products, contact
(e-mail address removed)
______________________