ADO.NET Async Command No-No number 3
Don't forget to call the End method in your callback method of your async command. Not calling it (by accident) seems to result in bad random things.
Wally
Don't forget to call the End method in your callback method of your async command. Not calling it (by accident) seems to result in bad random things.
Wally