S
segue
How would I run an if statement for dbnull?
Much thanks.
Dim reader As OdbcDataReader = select_command.ExecuteReader()
Do While (reader.Read())
If reader.Item("somedbfield") <> DBNull.Value Then
Much thanks.
Dim reader As OdbcDataReader = select_command.ExecuteReader()
Do While (reader.Read())
If reader.Item("somedbfield") <> DBNull.Value Then