Hi
am setting up an ADO connection string at runtime and i have a procedure accepting parameters for the commandtype and the commandtext.
I have set the commandtype as adCommandTypeEnum so that the intellisense comes up when calling the procedure.
how can i check that the passed parameter is actually one of the CommandType constants ??
Cheers
Sergio
am setting up an ADO connection string at runtime and i have a procedure accepting parameters for the commandtype and the commandtext.
I have set the commandtype as adCommandTypeEnum so that the intellisense comes up when calling the procedure.
how can i check that the passed parameter is actually one of the CommandType constants ??
Cheers
Sergio