|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
checking if data reader is openis there any way to check if a data reader is open if you dont know the
original object that created it? I keep getting data reader is open errors yet I never used a data reader in this project ever... so i'm having a hard time tracking down whats happening here. thanks! Smokey - what is the exact error message you're getting?
Show quote "Smokey Grindle" <nospamhere@dontspam.net> wrote in message news:upzS8NoeGHA.2416@TK2MSFTNGP03.phx.gbl... > is there any way to check if a data reader is open if you dont know the > original object that created it? I keep getting data reader is open errors > yet I never used a data reader in this project ever... so i'm having a > hard time tracking down whats happening here. thanks! > Just "A data reader connection is already open"
Show quote "W.G. Ryan - MVP" <WilliamRyan@nospam.gmail.com> wrote in message news:%23DDIhOqeGHA.2188@TK2MSFTNGP05.phx.gbl... > Smokey - what is the exact error message you're getting? > "Smokey Grindle" <nospamhere@dontspam.net> wrote in message > news:upzS8NoeGHA.2416@TK2MSFTNGP03.phx.gbl... >> is there any way to check if a data reader is open if you dont know the >> original object that created it? I keep getting data reader is open >> errors yet I never used a data reader in this project ever... so i'm >> having a hard time tracking down whats happening here. thanks! >> > > strangely I fixed it by changeing the order of two data adapters that where
filling one after another... I assume the data reader error was thrown from inside the Data adapter somehow Show quote "Smokey Grindle" <nospamhere@dontspam.net> wrote in message news:uv1%23jnZfGHA.3888@TK2MSFTNGP04.phx.gbl... > Just "A data reader connection is already open" > > > "W.G. Ryan - MVP" <WilliamRyan@nospam.gmail.com> wrote in message > news:%23DDIhOqeGHA.2188@TK2MSFTNGP05.phx.gbl... >> Smokey - what is the exact error message you're getting? >> "Smokey Grindle" <nospamhere@dontspam.net> wrote in message >> news:upzS8NoeGHA.2416@TK2MSFTNGP03.phx.gbl... >>> is there any way to check if a data reader is open if you dont know the >>> original object that created it? I keep getting data reader is open >>> errors yet I never used a data reader in this project ever... so i'm >>> having a hard time tracking down whats happening here. thanks! >>> >> >> > > |
|||||||||||||||||||||||