R
Ravikanth[MVP]
Hi
Try this:
finally
' Always call Close when done reading.
if Not (myDataReader is Nothing)
myDataReader.Close()
end if
Ravikanth[MVP]
Try this:
finally
' Always call Close when done reading.
if Not (myDataReader is Nothing)
myDataReader.Close()
end if
Ravikanth[MVP]