Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: BDE


  
  Borland Database Engine - Wikipedia, the free encyclopedia
BDE's application program interface (API) provides direct C and C++ optimized access to the database engine, as well as BDE's built-in drivers for dBASE, Paradox, FoxPro, Access, and text databases.
BDE system is configured using the BDE Administrator (BDEADMIN.EXE).
Included with BDE is Borland's Local SQL, a subset of ANSI-92 SQL enhanced to support Paradox and dBASE (standard) naming conventions for tables and fields (called "columns" in SQL).
en.wikipedia.org /wiki/BDE   (425 words)

  
 Sharing the BDE on a Network
The BDE was designed from the beginning to allow a single central copy to be shared by multiple users.
The disadvantage of this technique is that it leaves the BDE registry entries on the workstation pointing to the BDE on the local hard drive.
The advantages of installing the BDE on the file server and sharing it across all users are so great it is surprising that Borland does not recommend, or at least document, this option.
www.dbginc.com /bdenet/BDENet.html   (2133 words)

  
 BDE 1 Project:
BDE already has a logging feature, which when configured correctly will record all table row additions to any table in its data model to a log file.
In the future, as BDE’s architecture changes to make use of this standardized data model, the changes introduced by this project can easily be modified to correctly populate these unused fields.
All that’s required is to run BDE and use the mouse to introduce new mouse events within the application window.
www.cs.uml.edu /~lechner/01f522/01f522bdeEventProject.htm   (2325 words)

  
 Appendix A - Differences from the BDE   (Site not responding. Last check: 2007-10-24)
The BDE allows (using Paradox tables) a portion of BLOB fields to be stored in the actual records in addition to storing the BLOB fields in a separate physical BLOB file.
The BDE allows for the creation of in-memory tables that behave somewhat like a regular table, but are severely limited in several areas such as the ability to add and use indexes (both primary and secondary) and the ability to use BLOB fields.
With the Paradox table format, the BDE only checks for changes on disk (and subsequently refreshes its local buffers) when it needs to read data physically from the disk and when also when a record lock is acquired.
www.elevatesoft.com /man_bde_differences.htm   (3465 words)

  
 Databases - Borland Database Engine (BDE)
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.
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.
The purpose of the BDE administrator is to add and configure alias definitions.
mc-computing.com /Databases/BDE.html   (1392 words)

  
 BDE Developer Support - Latest BDE / SQL Links Update   (Site not responding. Last check: 2007-10-24)
A new BDE merge module is now available that can be used with any Windows Installer-based development tool, such as InstallShield for Windows Installer or Wise for Windows Installer.
If you are updating from a BDE version prior to version 5.0 this update does not provide the Oracle 8 driver.
Using BDE 5.1.1 with this product is not recommended and is not supported by Borland at this time.
info.borland.com /devsupport/bde/bdeupdate.html   (916 words)

  
 Handling BDE Engine Errors   (Site not responding. Last check: 2007-10-24)
Using the Borland BDE Configuration Utility (BDECFG.EXE, or BDEADMIN.EXE) to examine the SQLQRYMODE property of the InterBase or Visigneic ODBC alias being used in the application.
When the exception is reproduced the BDE will take the resulting error from the server and will map it through one of its existing error codes and messages.
After the BDE Engine Exception information is placed in the memo look for the NativeError codes.
community.borland.com /article/0,1410,25188,00.html   (737 words)

  
 The Future of the Borland Database Engine (BDE) and SQL Links   (Site not responding. Last check: 2007-10-24)
BDE for local tables will continue to be supported but it is now considered to be in its final form, and no additional features or bug fixes are planned.
BDE was the cornerstone for providing uniform data access to local and SQL-based data from all of Borland\'s Windows products.
There is quite a bit of code in BDE and these drivers that would be very hard to replicate without knowing the intricacies of the Paradox database system.
bdn.borland.com /article/0,1410,28688,00.html   (1871 words)

  
 BDE Home Page
BDE provides reliable and secure transport of data with an audit trail and automated scheduling of document exchange.
BDE includes transaction protocols, secure FTP, check-point restart and HTTP protocol for communication.
BDE's audit trail tracks each document's transport using SQL (Oracle, DB2, Informix, Sybase, MS-SQL) and e-mail notifications.
www.donovandata.com /home/p_Gen_BDE   (122 words)

  
 Bde Software: PostgresDAC, ASEDAC, ASADAC, Luxena dbExpress driver for Informix Pro, MSADODAC, ...
ASEDAC is Sybase ASE BDE replacement for Delphi C Builder ASEDAC allows to create applications with direct access to Sybas...
ASADAC is Sybase SQL Anywhere BDE replacement for Delphi C Builder ASADAC allows to create Delphi 4 6 applications with di...
MSADODAC is MSSQL BDE replacement for Delphi 5 7 C Builder 5 6 ADO It allows to create Delphi BCB5 applications with direc...
www.windfile.com /find/bde   (469 words)

  
 BDE Discussion
In many cases, the BDE memory should be increased, especially if multiple database connectors are in use concurrently, or if the CRM application will be run on the OmniRush PC.
This is done by either selecting BDE Administrator in the control panel, or, if you do not have an icon for BDE Admin in control panel, see the steps at the end of this document to launch BDE manually.
Whenever any setting is changed, BDE Admin and all other BDE applications must be closed (or the system restarted) for the change to take effect.
www.zfirm.com /product_documentation/omnirush/BDE_Discussion.htm   (701 words)

  
 Migrating from SQL Links to dbExpress using IBM DB2   (Site not responding. Last check: 2007-10-24)
Even in Delphi 7, you still have the BDE tab on the Component Palette, with the TTable, TQuery, TStoredProc, TDatabase, TSession, TBatchMove, TUpdateSQL and TNestedTable components (the last one is a recent one that we won't use).
The only downside is that the BDE is a Windows-only solution, running on Win16 for Delphi 1, and Win32 for Delphi 2 through 7, but not compatible with Kylix on Linux, for example.
Unlike the BDE, where a cursor was maintained in the database table or query resultset itself, the dbExpress components can only provide a resultset that you can inspect from first to last record, but that's all - no changes allowed, and no backwards-moving in the resultset.
www-106.ibm.com /developerworks/db2/library/techarticle/dm-0312swart/index.html   (2521 words)

  
 Accessing the Borland Database Engine (BDE) from Visual C++
Although I have not tested this class or the BDE with multi-threading, the BDE, unlike Jet, is supposedly safe for multi-threading.
The BDE path must be included in your PATH environment variable for the computer.
Most BDE applications, such as those written in Delphi, do not require this, so you will probably have to do it yourself.
www.developer.com /net/cplus/print.php/611851   (1221 words)

  
 BDE Aliases
When using local (.dbf) tables, a BDE alias does not point at a particular table or tables, but at a particular folder.
If you are using local tables, you use the BDE Alias to treat those local tables as if they were a SQL Server database.
All that would be needed in that case is to change the BDE Alias’ pointer to the directory, and your application will run without any modification to the source code.
www.dbase.com /Knowledgebase/dbulletin/bu14bde.htm   (1014 words)

  
 Installing the Borland Database Engine with DeployMaster
This is done by calling a few low-level routines from the BDE unit that ships with Delphi.
SQL Links is required if you use the BDE to communicate with a SQL database such as InterBase or MS SQL Server.
Uninstalling the BDE through the DeployMaster uninstaller is not possible.
www.deploymaster.com /bde.html   (672 words)

  
 BDE Info
Executable that can be run to install the 5.2 version of the BDE and verify that it is configured properly.
The BDE Information Utility was written in Delphi 6 and displays the current BDE version, current BDE Config File, and current BDE version (from IDAPI32.DLL).
The BDE Information Utility can also be used to test your system to be sure that the BDE is installed and configured properly.
ibinstall.defined.net /dl_bdeinfo.htm   (166 words)

  
 Borland Database Engine (BDE) Developer Support   (Site not responding. Last check: 2007-10-24)
Utilities, programs and updates Updates to the BDE core DLLs and utilities that ease BDE programming.
Check your BDE / SQL Links version This handy reference will help you determine which version of the BDE or SQL Links you have.
Delphi example files and programs Tips on integrating the BDE API with Delphi to create robust database applications.
info.borland.com /devsupport/bde   (225 words)

  
 BDE Browser Alternatives
Bde is so large that refactoring might be
One way to browse bde diagrams is using bde2java.
(5) Another way is to convert part of bde to the FOX API.
www.cs.uml.edu /~lechner/COOL-BDE/bdeBrowserAlternatives.htm   (1142 words)

  
 New BDE 5.1.0
The BDE 5.1.0 updates can be correctly installed only if BDE 4.5.1 or BDE 5.01 is already installed on the computer.
If you do not know which version of the BDE is installed, in the Control Panel call the BDEAdministrator and click the “About...” item in the Help menu: the installed version will be displayed.
If you have to update from BDE 4.5.1 to BDE 5.1.0, one thing to consider is the SQL links (native driver) for Oracle8 and DB/2 version 5.
www.dbase.com /Knowledgebase/dbulletin/bu05bdus.htm   (651 words)

  
 Bde Programs - FastQueryBuilder, PostgresDAC, ExcelFile Viewer, ...
PostgresDAC is PostgreSQL BDE replacement for Delphi 4 6 and BCB 5 It allows...
PostgresDAC is PostgreSQL BDE replacement for Delphi 4-6 and BCB 5.
Compact, embedded, single-file, multi-user (file-server and client/server) cross-platform BDE replacement with SQL, data compression, strong encryption, transactions.
www.softchecker.com /files/bde_3.html   (615 words)

  
 The Delphi Bug List: Borland Database Engine (BDE)
The BDE Paradox driver has a bug in the implementation of the DbiTranslateRecordStructure function, you cannot create a Paradox table with a Blob field of size 0 using the VCL TTable component.
The 16-bit version of BDE also has this same problem, but the TableType property of TTable must be manually set to ttParadox for it to appear.
If you have a program that opens and closes teh BDE several times you can lock your system (I had a program that opened and closed the BDE at each arrival of data and it locked nt4 sp3).
members.aye.net /~bstowers/delphi/bugs/generated/database.htm   (6341 words)

  
 The GTL BdE's page: Events
Here is available a list of the previous and up-coming events organized by the BdE, with a little description of each one.
Everyone is be expected to bring some food to share with others, but the BdE takes care of the big items like the turkey.
The BdE offered the first beer to everyone and we had the chance to see and talk to Dr Boussert and Dr Malassenet at this party.
www.georgiatech-metz.fr /BdE/lifeoncampus/events.php   (832 words)

  
 BDE ADMINISTRATOR - Information
After GoldBox-7 is up and running, the BDE Administrator can essentially be taken for granted.
However - you must duplicate that BDE Alias to a New Name in order for GoldBox-7 to be able to use it.
Keep the original in the BDE Administrator, but right-click it and Save As to a new name.
www.redstonesoftbase.com /index_000014.htm   (819 words)

  
 BDE Group: Homepage   (Site not responding. Last check: 2007-10-24)
At BDE we implement and support business systems for organisations seeking excellence through the deployment of finance, distribution, manufacturing and customer management applications.
BDE awarded Sage Business Partner of the Year 2005!
BDE Group, Blackpole West, Worcester WR3 8ZP Tel: 0870 128 7800 Fax: 0870 128 7801 Terms and Conditions
www.bdegroup.co.uk   (103 words)

  
 Firebird, BDE, ADO - Dev Shed
Discuss Firebird, BDE, ADO in the Firebird SQL Development forum on Dev Shed.
Firebird, BDE, ADO Firebird SQL Development forum discussing administration, Firebird SQL syntax, or other Firebird SQL-related topics.
I have heard - that due to way in which BDE handles transactions it is impossible, but maybe some woraround exists.
forums.devshed.com /firebird-sql-development-61/firebird-bde-ado-299197.html   (408 words)

  
 BDE Replacements
Accuracer Database System is a compact, embedded, single-file, multi-user (file-server and client/server) Windows/Linux cross-platform BDE replacement embedded database with SQL support for Delphi/C++Builder, Kylix and any ODBC environment.
Accuracer is based on a new original BDE alternative native Delphi database engine that supports the almost all TTable, TQuery, TDatabase, TSession, TBatchMove functions and provides some special ones to give you wide functionality and ease of use.
EasyTable is a compact yet powerful, extremely fast, reliable and easy-to-use BDE alternative database.
bde-replacements.aidaim.org /products/databases.phpsqlmemtable   (550 words)

  
 Q110948 PRB: The BDE Wizard Does Not Launch in Express 5
The BDE Wizard does not launch after installing or upgrading the Express 5.x product.
This should launch the BDE wizard and let you configure your aliases.
Additional information pertaining to the BDE merge modules can be referenced in the Knowledge Base article Q104962 INFO The BDE 5.1.1 And 5.2 Merge Modules.
support.installshield.com /kb/view.asp?articleid=Q110948   (322 words)

  
 BDE Alternatives Guide   (Site not responding. Last check: 2007-10-24)
In the years since I setup the BDE Alternatives Guide, my work has taken me in other directions, leaving me little time to keep it up to date.
The BDE Alternatives Guide is a directory, description, and in some cases evaluation of every available Delphi / C++ Builder data access product.
All too often someone asks "How can I access DBF files without the BDE" on a newsgroup, and someone will list one or two ways of doing so.
kylecordes.com /bag/index.html   (414 words)

  
 Parasite: BDE
It is perhaps possible that a site could re-install BDE using some of the leftover stubs.
You will want to delete the directory ‘BDE’ inside your Windows directory, and the files ‘bdeinstall.exe’, ‘bdeinsta2.dll’, ‘bdefdi.dll’, ‘bdedata2.dll’, ‘bdedownloader.dll’, ‘bdeverify.dll’, ‘bdesecureinstall.exe’ and ‘bdesecureinstall.cab’ inside your System directory (which is ‘WINDOWS\SYSTEM’ under Windows 95/98/Me, and ‘WINNT\System32’ under Windows NT/2000/XP).
The CNet article which was the first to outline AltNet, an application that may be installed by BDE.
allentech.net /parasite/BDE.html   (377 words)

  
 BDE Description
The Borland Database Engine (BDE) is how Delphi, Paradox, WordPerfect, C++Builder, dBASE, and other applications read and write various databases.
The BDE to Borland is very much like ODBC is for Microsoft.
With each type of data access the BDE uses separate DLLs to interface with the database or database server.
www.prestwood.com /aspsuite/kb/document_view.asp?qid=100159   (238 words)

  
 Corps Military Intelligence (MI) Brigade (Bde) organization, structure, and mission
I'm sure that many of you have been assigned to MI Bde's whose equipment and organization are entirely different.
This class is not intended to be a review of the four active duty corps MI Bde's but to provide the basic structure to the MIOAC student who has not been assigned to this organization.
Understand that the Corps MI Bde is the true interface to the national and Theater intelligence organizations.
www.fas.org /irp/doddir/army/ioac/mibdelp.htm   (1975 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.