eveCalypso
Programmer
Can anyone tell me what I am doing wrong here?
I have a Command with two parameters set with values:
Parameter1:
.Name = "@testInput1"
.Type = adInteger
.Direction = adParamInput
.Value = 1
and
Parameter2:
.Name = "@testOutput2"
.Type = DataTypeEnum.adBigInt
.Direction = ParameterDirectionEnum.adParamOutput
My Command type & text is also correct before I Execute the command.
Any help would be appreciated.
Regards,
EvE
I have a Command with two parameters set with values:
Parameter1:
.Name = "@testInput1"
.Type = adInteger
.Direction = adParamInput
.Value = 1
and
Parameter2:
.Name = "@testOutput2"
.Type = DataTypeEnum.adBigInt
.Direction = ParameterDirectionEnum.adParamOutput
My Command type & text is also correct before I Execute the command.
Any help would be appreciated.
Regards,
EvE