Options

ADO SQL Output parameter error -2147352567

RoddyMcLeanRoddyMcLean Member Posts: 101
Hi,

I'm having an issue with SQL output parameters. accessed from NAV using ADO: -

ADO 2.8 and NAV4 SP2 are in use
lSQLParamOut := lSQLCom.CreateParameter('@UniqueId', 200, 3, 50, '');
  lSQLCom.Parameters.Append(lSQLParamOut);

Error
This message is for C/AL programmers:

An exception was raised in method Append. The OLE control or Automation server has returned error (HRESULT) -2147352567.
The component did not provide the exception description.

Thanks
Roddy
Sign In or Register to comment.