C
cj2
if I'm instigating a sqlreader like the line below and it throws and
exception, how do I know if the reader was instigated or not?
MySqlReader = New SqlClient.SqlCommand("select * from recentcust where
account = '" & mact & "'", MySqlConnection).ExecuteReader
If it was I need instigated it needs to be closed. If it wasn't
instigated then trying to do anything with it throws another exception.
exception, how do I know if the reader was instigated or not?
MySqlReader = New SqlClient.SqlCommand("select * from recentcust where
account = '" & mact & "'", MySqlConnection).ExecuteReader
If it was I need instigated it needs to be closed. If it wasn't
instigated then trying to do anything with it throws another exception.