there is already an open datareader associated with this command-error
fn1:
SQL = "query"
reader = cmd.ExecuteReader()
If reader.Read() Then
' operation
reader.close()
end if
reader.close
fn:2
SQL = "query"
reader = cmd.ExecuteReader()
If reader.Read() Then
' operation
reader.close()
end if
reader.close
6 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Nov 20, 2016, 2:32 AM
Rajavel GPosted Nov 19, 2016, 6:03 AM
Rajavel GPosted Nov 19, 2016, 6:01 AM
Nitin SontakkePosted Nov 19, 2016, 4:56 AM
Rajavel GPosted Nov 19, 2016, 3:58 AM
Manas MohapatraPosted Nov 19, 2016, 2:23 AM