Questions tagged [bde]

BDE is the abbreviation for Borland Database Engine.

Borland Database Engine (BDE) is a legacy Windows-based database engine providing database connectivity for Delphi and C++ Builder via SQL Links and ODBC.

It was replaced in 2000 by dbExpress.

Resources

180 questions
2
votes
0 answers

Borland Database engine on Windows 10 (1703)

Since Win10pro (1606) Borland Database Engine worked fine. I installed Win10pro build 1703 and when i run Database Desktop, it open saying that private and working dirs are invalid or undefined (administrator mode) and then, clicking OK, just…
JimPapas
  • 715
  • 2
  • 12
  • 27
2
votes
2 answers

ORA-01426: numeric overflow exception when executing stored procedure

I ported a Delphi 6 application to Delphi 2007 and it uses BDE to connect to an Oracle 9i database. I am getting an ORA-01426: numeric overflow exception When I execute a stored procedure. This happens randomly and if I re-run the stored procedure…
user9977
  • 454
  • 5
  • 5
2
votes
1 answer

"NOT NULL" column in Paradox DB?

Is there any way to prevent a null-fields in Paradox? When I try i exec. CREATE TABLE "users" ( user_id INTEGER NOT NULL ) I get Capability not supported. (BDE error 12289). When there is no "NOT NULL" args - it's OK. P.S. I work in SQL explorer…
GarfID
  • 23
  • 3
2
votes
2 answers

Is there no SERVER NAME Parameter for BDE in Delphi 2010?

We are migrating a pretty big application crafted in Delphi 5 (still getting customers using this old versions) that uses BDE to connect to a SQL Server. The decided path to migrating is first Delphi 5 to Delphi 2010, then BDE to dbExpress (or dbGO,…
SalvadorGomez
  • 552
  • 4
  • 15
2
votes
2 answers

FireDac Query Field size does not update on sql change

this may sound stupid and i can be missing something important, but here it goes. I'm migrating an old software from BDE to Firedac and i noticed some strange behaviors (XE6 VCL - Firedac ). Imagine this: We have a Query that has a simple sql…
2
votes
2 answers

Can I use Delphi to write to BDE and PHP to read from it?

I strongly prefer not to use additional 3rd party components, libraries or DLLs (at least in v1.0), unless there is absolutely no other solution. Question: (how) can I use Delphi to progrtiamatically crate a BDE database and write to it, then use…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
2
votes
1 answer

ADO Error exception handling?

I just switched from using the BDE to ADO by replacing the Tables and Queries to its equivalent in ADO components. I'm always execute the query inside try...catch like this: //Fdm is Data Module //TEndOfDay is TTable //QEndOfDay is…
Ediz Asker
  • 51
  • 1
  • 7
2
votes
1 answer

Interbase Error: SQLDA missing or incorrect version, or incorrect number/type of variables

I get this error on many of the TQuery connected to Interbase via BDE. Exact message is: General SQL Error. Dynamic SQL Error, SQL error code = -804, SQLDA missing or incorrect version, or incorrect number/type of variables. The message appears…
volvox
  • 1,194
  • 6
  • 22
  • 29
2
votes
2 answers

Bde Installer on these Embarcadero days

Somebody could please tell me where I could find the good ol' BDE installer? These links won't work anymore: http://info.borland.com/devsupport/bde/bdeupdate.html
Rookie
  • 31
  • 1
  • 2
2
votes
3 answers

Ways to get Woll2Woll working with Delphi 7 dbExpress?

My understanding is that the Delphi components in Woll2Woll inherit directly from the BDE, which we are trying to get rid of in order to increase compatibility and stability in Windows 7. But we want to keep the TwwwDbGrid data-aware component. I…
UncaAlby
  • 5,146
  • 1
  • 16
  • 19
2
votes
3 answers

"Insufficient Memory" when running query in Delphi 7 using BDE Paradox 7

When I run the program which is connect to a paradox database (*.db), it show error message something like project myprogram.exe raised exception class EDBEngineError with message Insufficient memory for this operation. I use the DataSource1, Table1…
user1210396
  • 309
  • 1
  • 6
  • 13
1
vote
3 answers

Delphi: Migrating from BDE to DBExpress Tutorial

I'm attempting to migrate a Delphi application using BDE, with DBF/MDX data files, to DBExpress using local data files. Simply replacing TTable components with TClientDataset resulted in errors involving the index properties. I Googled it and all…
ChuckO
  • 2,543
  • 6
  • 34
  • 41
1
vote
1 answer

Parallel using Paradox database with c# JET and another program

I'm looking for how to access a Paradox database with C#. The problem is that, on workstation is all ready running program, which using target database. Until it's running, oleDbConnection.Open() throws an exception. If I'm not running program in…
1
vote
1 answer

In Delphi get value from lookup field

I have database Paradox 7. Two tables: Order -------- OCode ODate // Buy date OCount // Product count PPrice // Price of product in current moment PCode // Product code CCode //Client code Product --------- PCode PName PPrice On…
v.tsurka
  • 452
  • 6
  • 18
1
vote
1 answer

Strange behavior by the BDE Administrator

Logged into my Windows XP SP2 computer using my normal user account (which has Local Admin privileges), when I start the BDE Administrator -- either from the Control Panel or from the BDEADMIN.EXE directly -- I never get the GUI. It shows up on my…
Scott W
  • 9,742
  • 2
  • 38
  • 53