Download xDBD for free. Borland Database Desktop (DBD32.exe) replacement. This is a fully functional replacement of the Borland Database Desktop, wich is now working on Windows 10. BDE Borland Database Engine is a Shareware software in the category Servers developed by Luzius Schneider. It was checked for updates 31 times by the users of our client application UpdateStar during the last month. The latest version of BDE Borland Database Engine is 5.2. Download BDE 5.2.0.2 Setup in English: Download BDE 5.2.0.2 Setup in brazilian portuguese: Note: During last months the number of downloads increased a LOT. Some users were receiving messages like 'bandwidth limit exceeded'. Now I have upgraded my host service plan, so you can easily download it!Enjoy!:-).
Databases - Borland Database Engine (BDE)
I had this problem installing a Delphi 4 Pro application that uses the Borland BDE, as well as installing Delphi itself. It hung up and become unresponsive. I double-clicked on it to abort. I had to uncheck the BDE with a custom install to complete the D4 installation. I found a download of an upgraded BDE install: https://bde-install.en.
The Borland Database Engine (BDE) is provided with those Borland and Corel products that provide database access, including Paradox, dBase, Delphi, C++ Builder, and Quatro Pro. It provides a non-Microsoft way to access data in Paradox, DBase, FoxPro, and ASCII databases. It also provides an ODBC connection to other types of databases.After the BDE is installed, it must be configured - normally using the BDE Administrator - to define the aliases that are used to specify the databases. (ODBC, ADO, and the like also require similar configuration.) (An API allows configuration to be made programatically.)
In general, when I write programs, I currently use ADO to perform this function because its functionality is built into the current MS Windows operating systems, and, therefore, I don't have to worry about installing the BDE for my applications to work.
BDE Administrator
- From the Control Panel, double click BDE Administrator
- This appears to be the same program as the one run through Delphi, except that it is in its own window, it provides a tab to configure the drivers, and it does not provide a way to see the tables and fields.
- Start / Programs / Borland Delphi 5 / BDE Administrator
- This appears to be identical to using the Control Panel
- From inside Delphi, select Database / Explore
- This opens as a Delphi child window. It provides a ways to see the tables and fields, but does not provide a tab to configure the drivers.
- Start / Programs / Borland Delphi 5 / Database Explorer
- This appears to be identical to Delphi's Database / Explore except that it is in its own window.
A yellow-green box around an icon means that the connection is working (open) and that you can get data about the tables and fields in that database.
A green arrow means that the alias definition has been edited but is not yet saved (applied).
Parameters with bold letters can not be changed.
Adding a new alias
- Be sure that the focus is on a table which is not Opened
- From the menu, select Object / New...
- From the combobox, select Standard for Paradox, DBase, FoxPro, or ASCII databases. Otherwise, select one of the supported ODBC types.
- Click OK and enter the BDE alias name in the highlighted box
- At this point, you need to enter configuration data which varies based on the type of database
- In the lefthand pane, the green arrow indicates that the alias definition has not been saved. From the menu, select Object / Apply (or use the associated toolbar button) to save the alias definition. (Of course, you can Delete it if you want.)
Borland provides sample Paradox, dBase, and Interbase/Firebird databases under
When connecting to these over a network, and when the fileserver is NT, 2000, or XP, you will probably have to add Write and Change (or Modify) to the default directory permissions for Everyone.Paradox Databases
To create a new alias, follow the instructions above, select the Standard driver, and set the following parameters.
| Property | Value | Comments |
|---|---|---|
| Default Driver | Paradox | Select this from the pick list |
| Path | This is the directory that contains the tables (*.db files) |
PDOXUSRS.NET
Typically, PDOXUSRS.NET and the databases are all on the database server, but in different directories. However, they do not have to be on the same machine. When several database servers are used, one of them is normally selected for PDOXUSRS.NET and none of the databases can be used if that server is
Locking problems are usually caused by misconfiguring one of these. If these rules are not followed, then there are severe locking problems.
In English, what this means is that every system on the network must have the drive containing the database mapped to the same drive letter. If one system has the database mapped to drive-p, then every computer with access to that database must also have it mapped to drive-p. In addition, the path to the lock file must be the same on all the machines
You must be sure that the computer that actually hosts the database does not use a local drive letter (such as the c-drive). If the database is accessed via p:/myTables on one machine, it must use the same path on all the machines.
Setting the PDOXUSRS.NET file path
Notice that PDOXUSRS.NET is not associated with a specific database. When there is more than one Paradox database, then they all share the single PDOXUSRS.NET file.
MS Access Databases

With MS Access tables, the BDE implies that you have access to 5 internal MSys* tables, however, only MSysAccessObjects can actually be read. (I don't suggest modifying this ... just look.)
The BDE provides an MS Access interface, or you can select the appropriate ODBC driver.

To create a new alias using the BDE driver, follow the instructions above, select the MSACCESS driver, and set the following parameter.
| Property | Value | Comments |
|---|---|---|
| Database Name | This is the fully qualified *.mdb file |
To create a new alias using the ODBC driver, follow the instructions above, select the appropriate ODBC driver ('Microsoft Access Driver (*.mdb)' on my system), and set one of the following parameters.
| Property | Value | Comments |
|---|---|---|
| Database Name | This is the fully qualified *.mdb file | |
| ODBC DSN | This is the ODBC alias name |
FoxPro Databases
To create a new alias, follow the instructions above, select the Standard driver, and set the following parameters.
| Property | Value | Comments |
|---|---|---|
| Default Driver | FoxPro | Select this from the pick list |
| Path | This is the directory that contains the tables (*.dbf files) |
Firebird/Interbase Databases
To create a new alias, follow the instructions above, select the INTRBASE driver, and set the following parameters.
| Property | Value | Comments |
|---|---|---|
| Server Name | This is the fully qualified *.fdb or *.gdb file | |
| User Name | SYSDBA | For employee.gdb, the default password is masterkey |
| Warning: | If the focus is in an Opened Interbase/Firebird table when Object / New... is selected, it is possible that you will create a new table or a new field instead of a new alias. |
To connect to a remote firebird server, you MUST include the drive letter after the computer name.
The Interbase help says that the following format is also acceptable in ISQL - but it definitely does NOT work in theBde 5.2 Setup Download
Database Explore.Firebird is the open source version of Borland's Interbase database server.
ODBC Connection
Under Control Panel / ODBC (the exact path is OS dependent), create a System DSN alias based on INTERSOLV Interbase ODBC Driver (*.gdb). The Data Source Name is the ODBC alias name that you create. In order to use the sample database on a remote server, set Database Name to
In the BDE Administrator, add a new BDE alias using the INTERSOLV InterBase ODBC Driver and enter the new ODBC alias name in ODBC DSN.The ODBC Data Source Administrator is also available from the Database Explorer menu via Object / ODBC Administrator...
Author: Robert Clemenzi - clemenzi@cpcug.orgURL: http:// cpcug.org / user / clemenzi / technical / Databases / BDE.html
Related searches
- » borland database engine 5.2 скачать
- » borland database engine 5.2 windows 7
- » borland database engine 5.2 download
- » bde borland database engine 5.2 download
- » the borland database engine 5.2
- » borland database engine 5.2 chip
- » borland database engine 5.2 msi
- » borland database engine 5.2 msi merge
- » borland database engine 5.2 ダウンロード
- » borland database engine 5.2 ru
borland database engine 5.2
at UpdateStarBde 5.2 Download
- More
BDE Borland Database Engine 5.2.0
- More
Database Engine 5.2.0.2
- More
Borland Database Engine (BDE) 7.0.0
- More
Borland Data Engine 5.2.0.2
- More
Intel(R) Management Engine Components 2033.15.0.1783
Intel Management Engine Components is a bundle of software that enables special features present inside the Management Engine (ME), which is an engine which works integrated with Intel processor and Intel processor chipset. more info... - More
Everything Search Engine 1.4.1.1000
'Everything' is search engine that locates files and folders by filename instantly for Windows.Unlike Windows search 'Everything' initially displays every file and folder on your computer (hence the name 'Everything').You type in a search … more info... - More
Cheat Engine 7.1
Cheat Engine is an open source tool designed to help you with modifying single player games running under window so you can make them harder or easier depending on your preference(e.g: Find that 100hp is too easy, try playing a game with a … more info... - More
Borland Database Engine Setup
- More
VLC media player 3.0.11
VLC Media Player Foot Pedal allows VLC Media Player to be used as transcription software for transcription of all types of media files with full foot pedal support. more info... - More
Microsoft Office Access database engine (English) 12.0.4518.1031
borland database engine 5.2
- More
Realtek High Definition Audio Driver 6.0.9030.1
REALTEK Semiconductor Corp. - 168.6MB - Freeware -Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info... - More
Intel(R) Management Engine Components 2033.15.0.1783
Intel Management Engine Components is a bundle of software that enables special features present inside the Management Engine (ME), which is an engine which works integrated with Intel processor and Intel processor chipset. more info... - More
Google Chrome 87.0.4280.88
Chrome is a web browser developed by Google. It is characterized by its speed and many innovative features. more info... - More
UpdateStar Premium Edition 12.0.1923
UpdateStar 10 offers you a time-saving, one-stop information place for your software setup and makes your computer experience more secure and productive. more info... - More
avast! Free Antivirus 20.9.2437
avast! Free Antivirus is not only the best free antivirus product in the world, it may be the best antivirus product – free or paid. VirusBulletin recently described it as Nothing short of a miracle. more info... - More
Microsoft .NET Framework 4.8.3928
The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.The .NET Framework is Microsoft's comprehensive and consistent … more info... - More
Microsoft SQL Server Compact Edition 3.1.0000
SQL Server Compact 3.5 is a free, easy-to-use embedded database engine that lets developers build robust Windows Desktop and mobile applications that run on all Windows platforms including Windows XP, Vista, Pocket PC, and Smartphone. more info... - More
VLC media player 3.0.11
VLC Media Player Foot Pedal allows VLC Media Player to be used as transcription software for transcription of all types of media files with full foot pedal support. more info... - More
Kaspersky Internet Security 21.2.16.590
Kaspersky Internet Security Review brings you consumer ratings on Kaspersky Internet Security. Thus, here we share important facts, relevant points as well as unfiltered consumer-comments including trustworthy complaints, so that your PC … more info... - More
NVIDIA PhysX 9.19.0218
NVIDIA PhysX is a powerful physics engine which enables real-time physics in leading edge PC and console games. PhysX software is widely adopted by over 150 games, is used by more than 10,000 registered users and is supported on Sony … more info...
Borland Bde 5.2 0.2 Download
borland database engine 5.2
- More
Intel(R) Management Engine Components 2033.15.0.1783
Intel Management Engine Components is a bundle of software that enables special features present inside the Management Engine (ME), which is an engine which works integrated with Intel processor and Intel processor chipset. more info... - More
Microsoft Office Access database engine (English) 12.0.4518.1031
- More
Microsoft Access database engine 2010 (English) 14.0.7015.1000
- More
Intel(R) Trusted Execution Engine 3.0.10.1129
- More
Everything Search Engine 1.4.1.1000
'Everything' is search engine that locates files and folders by filename instantly for Windows.Unlike Windows search 'Everything' initially displays every file and folder on your computer (hence the name 'Everything').You type in a search … more info...
Most recent searches
- » quqlcomm atheros
- » contrlap ii
- » nanosaur 2
- » software girder 3.2
- » download do tomcat 9
- » ajax extensions 1.0 download
- » miracale thunder 2.82
- » sga solutions 설치
- » pdf exel dönüştürücü
- » delphi pilote
- » fusion_v351j zip
- » 87.0.4280.88 filehippo
- » audio realtek 6.0.1.7553
- » driver universale bit4id
- » sheck host
- » getfoldersize portable
- » pretty good solitaire 12.0.0
- » gvd download
- » mp3studio youtube dowloader
- » kieback&peter bmr tool lizenzschlüssel