Questions tagged [delphi]
The delphi tag has no summary.
3 questions
2
votes
1
answer
1k
views
firebird 3 identity column - return last inserted id
I am using FireDAC in Delphi 101. Berlin and I want to get the last inserted id of IDENTITY DATA TYPE column after executing insert query but, the returned value is empty.
Query: INSERT INTO ...
1
vote
2
answers
124
views
Validate application to access the database
I need some help for my issue I will explain.
We have a delphi application named for instance App.exe. We use oracle database with our application.
I would like to allow just my App.exe (my valid ...
2
votes
1
answer
3k
views
PostgreSQL 9.5, getting "cached plan must not change result type" error
I had a really odd and unexpected behaviour in PostgreSQL. Debugging I found that the problem only occurred while including CREATE TEMP TABLE ... inside a function, and by using an alternative (in ...