[Oledb-dev] Query parameters?
Victor Snezhko
snezhko at indorsoft.ru
Thu Oct 19 08:04:31 UTC 2006
Marko Bozikovic <bozho at kset.org> writes:
> Victor Snezhko wrote:
>>> My guess is that there is a problem with parsing input parameter(s), since
>>> executing procedures without IN parmeters (just OUT) works ok.
>>>
>>> Can anyone help me?
>>
>> This should be fixed in the CVS, but no releases have been made since
>> then.
>
> I tried the CVS version, but SetParameterInfo is called only from
> SetCommandText, with SetParameterInfo(0, NULL, NULL), and I didn't see any
> other place where parameters are parsed...
Many ADO implementations don't call SetParameterInfo, and supply
parameters only in the DBPARAMS parameter of Execute().
Parameter values are extracted in FillInValues().
--
WBR, Victor V. Snezhko
E-mail: snezhko at indorsoft.ru
More information about the Oledb-devel
mailing list