J
John
Hello,
I have create a Client - Server application.
When execute client1: all it works
When i execute "client2" while "client1" is running and using the database,
i receive this error:
<<There is already an open DataReader associated with this Command >>
I have resolved This problem with: <MultipleActiveResultSets=true> in a
string connection
Now i receive another error:
<<ExecuteReader requires an open and available Connection. The connection's
current state is open>>
I receive error on this command: dataadapter.fill
Do you know why?
Thank you
I have create a Client - Server application.
When execute client1: all it works
When i execute "client2" while "client1" is running and using the database,
i receive this error:
<<There is already an open DataReader associated with this Command >>
I have resolved This problem with: <MultipleActiveResultSets=true> in a
string connection
Now i receive another error:
<<ExecuteReader requires an open and available Connection. The connection's
current state is open>>
I receive error on this command: dataadapter.fill
Do you know why?
Thank you