Return id but not commit in database

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gss200610
Posts: 35
Joined: Mon 23 May 2016 22:29

Return id but not commit in database

Post by gss200610 » Thu 08 Dec 2016 18:39

Had already posted before leaving the 6.3.16 fix.
And they said that it had fixed the problem with firebird, when using, stored procedure for insertion that needs to return an id.
 
I'm using the final version, and it's still the same. Returns on the screen the id field of the stored procedure, but if it is in the database there is not the record

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Return id but not commit in database

Post by ViktorV » Fri 09 Dec 2016 12:36

Unfortunately, we could not reproduce the issue.
In order to get a detailed answer, please compose a small sample demonstrating the described behavior and send it using the contact form https://www.devart.com/company/contactform.html including scripts for creating database objects.

Post Reply