R
Rob Panosh
Hello,
I have a sub, ExecuteCommand(), that I pass Insert, Update, and Delete
commands to, Inside this sub I create a Command and DataAdapter object that
executes the incoming command. The question I have is should I create these
objects as Local DIM's everytime the SUB is called or should I create them
as Private instance variables of the class and reuse them?
Thanks,
Rob Panosh
Advanced Software Designs.
I have a sub, ExecuteCommand(), that I pass Insert, Update, and Delete
commands to, Inside this sub I create a Command and DataAdapter object that
executes the incoming command. The question I have is should I create these
objects as Local DIM's everytime the SUB is called or should I create them
as Private instance variables of the class and reuse them?
Thanks,
Rob Panosh
Advanced Software Designs.