1
Answer

problem in using OleDbDataReader

sivaram 0

sivaram 0

21y
1.6k
1
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)