TUniStoredProc writing @

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yar
Posts: 15
Joined: Sun 23 Mar 2014 10:47

TUniStoredProc writing @

Post by yar » Mon 28 Aug 2017 14:13

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 ?

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: TUniStoredProc writing @

Post by azyk » Mon 02 Oct 2017 08:20

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 @.

Post Reply