R
Rodrigo
Dears,
is have a logon routine that I can use it only once. At the second time,
when the line code is executed, the following message is sent:
Dim Reader As SqlDataReader =
qHospede.ExecuteReader(CommandBehavior.CloseConnection)
At the second time this message is sent:
"There is already an open DataReader associated with this Connection which
must be closed first"
Where is my mistake?
Thanks for any help.
Rodrigo.
is have a logon routine that I can use it only once. At the second time,
when the line code is executed, the following message is sent:
Dim Reader As SqlDataReader =
qHospede.ExecuteReader(CommandBehavior.CloseConnection)
At the second time this message is sent:
"There is already an open DataReader associated with this Connection which
must be closed first"
Where is my mistake?
Thanks for any help.
Rodrigo.