> > 
> > A statement's parameter values would be reset to null 
> values when the 
> > statement is reset.
> > 
> 
> Is that really the desired behavior?  If you want to reset 
> parameters on a statement reset, wouldn't it be better to do 
> so explicitly.  That way, if a statement has 10 parameters, 
> and you want to execute it 10 times, and only one parameter 
> changes between each run, you do not have to reinitialize the 
> other 9 every time.
> 

You could add an option to the reset function to specify whether the
parameters should be reset.

Tim McDaniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to