IDataReader.Close()

  • Thread starter Thread starter Ron
  • Start date Start date
It appears that I didn't graduate the third grade for nothing; Solved this
one on my own !

IDataReader = cmd.ExecuteReader (CommandBehavior.CloseConnection); ---Closes
the database connection when the reader is closed :)
 
Back
Top