Skip to main content

Questions tagged [delphi]

Filter by
Sorted by
Tagged with
2 votes
1 answer
1k views

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 ...
Core's user avatar
  • 164
1 vote
2 answers
124 views

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 ...
the-burgh's user avatar
2 votes
1 answer
3k views

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 ...
Ezequiel Tolnay's user avatar