Page 1 of 1

Multiple-step OLE DB operation generated errors

Posted: Thu 29 Oct 2009 14:38
by Alexander_73
SDAC 4.8.0.52, RAD Studio 2007.
Console Application works with TMSStoredProc.
Coinitialize(nil) used. Calling MyProc.Prepare or directly
MyProc.FindParam('FirstParam').AsInteger:=1;
MyProc.ExecProc
raises this exception.

Why this error is caused?

Posted: Fri 30 Oct 2009 07:05
by Dimon
I can not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create a stored procedure.