G
Guest
Typically, I create a command object and execute it and then if I want to
execute additional SQL I create another command object to do this. Is this
correct or can/should I re-use the existing command object? If it is
appropriate to create another command object, do I need to use the Dispose()
method on the command object or is this unnecessary?
Thanks in advance for your assistance!
execute additional SQL I create another command object to do this. Is this
correct or can/should I re-use the existing command object? If it is
appropriate to create another command object, do I need to use the Dispose()
method on the command object or is this unnecessary?
Thanks in advance for your assistance!