Most voted "firedac" questions
Firedac is a Universal Data Access library for developing applications for multiple devices connected to corporate databases. With its powerful universal architecture, Firedac enables direct, native and high-speed access from Delphi and C++Builder to Interbase, Sqlite, Mysql, SQL Server, Oracle, Postgresql, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, Datasnap, among others.
Learn more…52 questions
Sort by count of
-
-1
votes1
answer134
viewsCheck if I have data in the query, when giving the next or prior
I have a query in Delphi, where I give the command next and prior, only I can’t check if it’s my first or last record, what I want specifically is, when pressing the next button, check if it’s my…
-
-1
votes1
answer354
viewsFiredac Fdquery with Mysql Transaction.commit and rollback does not work
I am running a test with Fdconnection and Fdquery and Mysql database. In my test table there is only one field called key with Primary key. Running command below, rollback does not work. Relate the…