Several OleDbDataReader's at the same time
Isn't it possible to have more than one OleDbDataReader connected to the same database at once!?
I have made a database representation of a menu, where I use recursion to construct the javascript needed to create the menu. However it seems like the lock file remains after execution. I have checked several times, that I close the proper connections, so I have reason to believe that it is caused by nested OleDbDataReader's connected to the same database. I use Access 2000 for this menu DB.
Does anybody have some experiences with this!? The site works, however the performance is reduced a lot when the file remains.
Thanks
Jacob.
|