G
Giox
Hello everybody
my program generate the following exception
"System.InvalidOperationException: The SqlCommand is currently busy
Open, Fetching."
when I delete a list of record from a database.
I have a listbox and with a foreach I loop inside the records of the
listbox and I delete the elements from the database.
When I execute the program I open the connection and I close it at the
end. I create the connection each time I call the method
Any idea?
my program generate the following exception
"System.InvalidOperationException: The SqlCommand is currently busy
Open, Fetching."
when I delete a list of record from a database.
I have a listbox and with a foreach I loop inside the records of the
listbox and I delete the elements from the database.
When I execute the program I open the connection and I close it at the
end. I create the connection each time I call the method
Any idea?