TookiTooki Posted August 14, 2003 Posted August 14, 2003 Hi everyone, I'm writing a web application that makes a connection to a sql server. Only one datareader can be associated with a connection... how can one quickly see if there's an open datareader attached to a connection? Greetz, Tooki Quote
Moderators Robby Posted August 14, 2003 Moderators Posted August 14, 2003 you can check the connection... If mySqlConn.State = ConnectionState.Closed Then mySqlConn.Open() endif Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.