|
Adding a parameter a to a sqlcommand, adding a to another command gives the following error:
An unhandled "System.ArgumentException" type exception appears in system.data.dll.
Additional information: Another SqlParameterCollection already contains a SqlParameter with ParameterName "@a".
I want to add the same parameter to multiple commands. |
|