ciao
sto leggendo un dataReader con VB 2005.

come faccio a sapere se il valore che leggo è NULL???

myReader.GetValue(myReader.GetOrdinal("idOperatore ")) = NULL

o una cosa del genere....

if ... = NULL Then
....
end if