Page 1 of 1

TUniStoredProc writing @

Posted: Mon 28 Aug 2017 14:13
by yar
Before I use component TStoredProc;
In this component name of parameter with symbol @ (by example @NameCompany)

I use component TUniStoredProc;
Name of parameter writing without symbol @; (by example NameCompany)

Can I to write name of parameter with symbol @ in use component TUniStoredProc ?

Re: TUniStoredProc writing @

Posted: Mon 02 Oct 2017 08:20
by azyk
In TASEUniProvider, the parameters for stored procedures are named in such a way that they do not contain the leading symbol @. This behavior is designed so that the naming of the stored procedure parameters is the same for all Uni providers.

In the future, we plan to implement the possibility to refer to parameters with the leading @.