Questions tagged [dbexpress]

dbExpress is Embarcadero's data driver architecture replacing the deprecated Borland's BDE.

dbExpress is Embarcadero's data driver architecture that replaced the older Borland Database Engine ().

It only provides unidirectional database access.

Embarcadero supplies drivers for many notable databases. Additional drivers are also available from third parties.

Currently, drivers can be written in Delphi/C++.

Resources:

  • Migrating BDE Applications to dbExpress page on Embarcadero Developer Network.
  • Wikipedia article on dbExpress
  • DevArt page on their proprietary dbExpress drivers.
259 questions
-1
votes
1 answer

Rad Studio 10.2.3: Driver/Connection Registry File dbxconnections.ini not found

I am facing problems to use Delphi with MySQL ... I have been trying for weeks to solve the error but without success i Am using AppServ : Apache + PHP + MYSQL 5.7.17 Someone please help me On click ConnectionName Properties: Error:…
Matrix
  • 25
  • 7
-1
votes
1 answer

clientdataset.refresh retrieves old data

I'm using Delphi XE3 with a MySQL database. I have a SQLconnection – SQLquery – DataSetProvider – ClientDataSet arrangement. When I ApplyUpdates of a modification to the CDS, the change is affected in the database correctly but when I Refresh the…
Petrus
  • 35
  • 2
  • 8
-1
votes
1 answer

"Exception TDBXError in module xxx.exe at xxx. Unable to load dbxmys.dll (errorCode126). It may be missing from the system path."

I have installed MySQL on a client machine, created and populated the databases – MySQL is up and running. I then copied dbxmys.dll and libmysql.dll from my machine to the Windows/system32 folder of the client and copied the compiled project EXE…
Petrus
  • 35
  • 2
  • 8
-4
votes
1 answer

dbExpress Delphi XE2 and russian letters

I started working with dbExpress and Xe2. Now i have a trouble with Russian text, i have a "????????????" instead of letters. Here is the structure: In table i have entered by myself russian text. While i Quering , i have something like this: var …
1 2 3
17
18