Questions tagged [firedac]

A Delphi/C++Builder data access library, sold by Embarcadero, for developing applications for multiple devices, connected to enterprise databases

FireDAC is a Universal Data Access library for developing applications for multiple devices, connected to enterprise databases. With its powerful universal architecture, FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap and more.

See the FireDAC home page for more info

803 questions
-2
votes
1 answer

SQL Server and database transactions in Delphi

I have two tables in Delphi, Sales and SaleItem, they are master detail and I need to calculate the totals (SUM) of the PriceItem column in the SaleItem table and save this value in the PriceTotal column in the Sales table. But for this I need to…
Anderson
  • 363
  • 1
  • 3
  • 10
-2
votes
2 answers

Could not open Paradox.net

Trying Delphi 10.2 Tokyo with Paradox FireDAC ODBC on Windows 10 throws error  Could not open Paradox.net. This link describes the problem: https://msdn.microsoft.com/en-us/library/bb221383(v=office.12).aspx An Embarcadero FireDAC ODBC connection…
Al Mannarino
  • 11
  • 1
  • 4
-2
votes
2 answers

RegEx to remove multiline property

I'm porting my system to another data access library. For that, I'm using regex to replaces/remove some codes on my source. (A example above) I need to remove everything between IBOQ_OrderingItems.Strings and ') by regex. But I can't write a regex…
-3
votes
0 answers

Mouse paste is not working in delphi project

After updating my project BDE to FireDac when i right click on grid cell through mouse and paste is not working in grid. But CTRL + V is working issue is when in paste using mouse it is not working. After updating my project BDE to FireDac through…
anil awati
  • 35
  • 6
-3
votes
1 answer

Get exception text from FireDAC debugger notification

I'm trying to capture the debugger notification text, Firedac…
-3
votes
1 answer

Unexpected Error from external database driver (11265)

Trying Delphi 10.2 Tokyo with Paradox using FireDAC ODBC bring gives the error: Unexpected Error from external database driver (11265)
Al Mannarino
  • 11
  • 1
  • 4
-3
votes
1 answer

Floating point inexact result exception in TFDTable Component in Delphi

I am using TFDTable component in Delphi Seattle. I have kept this table component at design time. While executing TFDTable(Compo).Open I get error while debugging (Ctrl +F7) "Floating point inexact result at 0042F353" I googled, but got the reason…
Vishal Tiwari
  • 739
  • 2
  • 12
  • 28
-5
votes
2 answers

Insert image into SQL Server 2000 table

How can I insert image into SQL Server 2000 table and view that image using TDBImage control or print it with Fast-Report in delphi? The below solution working only with SQL Server 2005+ SELECT * FROM OPENROWSET(BULK N'C:\TestImage.jpg',…
1 2 3
53
54