sivaram 0

sivaram 0

  • NA
  • 3
  • 0

problem in using OleDbDataReader

Nov 6 2003 4:16 AM
I have two tables called master and child tabels.For each record in the master table i have to get the information in corresponding child table.I am using the same connection.SO, when i am trying to get information from child without closing the DbReader in Master table(I need master DbReader also.So, I am intensionally not closing it) it is giving me error that the connection is already in use.

Answers (1)