Tagged Questions

BDE is the short for Borland Database Engine.

learn more… | top users | synonyms

5
votes
2answers
444 views

What are options for a Delphi app to migrate away from BDE if using Oracle database

We have a Delphi 5 app connecting to an Oracle 8i database. Most logic is siting in the database as Stored Procedures. Currently we are using the Borland Database Engine (BDE) to connect to Oracle ...
4
votes
1answer
212 views

Why does my parameterized query with Integer fields fail?

I have a TQuery object, pointed to a dBase database and I'm wondering how I should go about parameterizing my insert statement. The following INSERT-query will will work fine with qry.ExecSQL: ...
4
votes
2answers
845 views

BDE, Delphi, ODBC, SQL Native Client & Dead lock

We have some Delphi code that uses the BDE to Access SQL Server 2008 through the SQL Server Native Client ODBC driver (2005 version). Our issue is that we're experiencing some deadlock issues in a ...
4
votes
4answers
1k views

Equivalent to TUpdateSQL in Delphi 2010 dbExpress?

I am planning to migrate a Delphi 6 BDE application to Delphi 2010... First of all, do I have to move away from BDE? (I will but I prefer to do this in stages if possible) Second, is dbExpress the ...
4
votes
5answers
719 views

How can I keep my DB connection from failing when the network is unstable?

We have a application that uses BDE connected to an Oracle DB. I use TQuery for the SQL queries, and it connects to TDatabase, we are not professional programmers, and we don't know what happens under ...
4
votes
3answers
6k views

BDE vs ADO in Delphi

Please note the Edit below for a lot more information, and a possible solution We recently modified a large Delphi application to use ADO connections and queries instead of BDE connections and ...
3
votes
2answers
238 views

Determining best method to traverse a table and update another table

I am using Delphi 7, BDE, and Interbase (testing), Oracle (Production). I have two tables (Master, Responses) I need to step through the Responses table, use its Master_Id field to look it up in ...
3
votes
2answers
921 views

IDAPI , BdeAdmin and Windows 7

After many months of postponing it, this week, I finally started using a new Windows 7 Professional PC for actual development (which is 90% still done in Delphi 7 with some of these programs still ...
3
votes
8answers
3k views

delphi “Invalid use of keyword” in TQuery

I'm trying to populate a TDBGrid with the results of the following TQuery against the file Journal.db: select * from Journal where Journal.where = "RainPump" I've tried both Journal."Where" and ...
2
votes
1answer
61 views

delphi edbengineerror 'table is readonly'

I have 3 TQueries: qy_master, qy_detail, qy_detail2, master of qy_detail2 is qy_detail, master of qy_detail is qy_Master, all queries have corresponding data-sources, I placed queries in datamoudle, ...
2
votes
1answer
56 views

DBRichEdit RTF encoding lost transitioning application from BDE to DBX

My team is converting a BDE application to DBX using D2007. A TTable has been replaced with a TSQLDataSet/TDataSetProvider/TClientDataSet combination. A TStringField has been used to access the RTF ...
2
votes
1answer
104 views

BDE and Slovak laguage. Is there any driver for it?

We have an application built in Delphi 5 which uses Paradox Tables and BDEADMIN. One of our clients needs to use Slovakian Characters like ž I've been googling all over and testing but I can't find ...
2
votes
1answer
250 views

Problem in Delphi/BDE App - Ora-942 table or view does not exist

I can not explain this, i keep gettign the Message "Ora942-table or view does not exist" from one pc while i dont get it from the other one, both access the same Schema and Database and has the same ...
2
votes
3answers
1k views

BDE, Windows 7 and UAC

I have a very old application written in delphi 5 running in some customers which uses the BDE. Now some users with Windows Vista and 7, had experimented some problems with the multiuser access. i' ...
2
votes
0answers
444 views

BCB: from BDE to dbexpress, BCD exception

I'm having some problem about TSQLStoredProcedure. Here is the code: storedproc->ParamByName("A")->AsInteger = adataset->FieldByName("AA")->AsInteger; storedproc->ExecProc(); param ...
2
votes
2answers
326 views

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 ...
2
votes
2answers
6k views

BDE Initialization Failure on Vista

I have a small datasnap server written in Delphi 2007 that accesses the BDE. It works fine on Windows 2000 and XP but from time to time (actually quite regularly) on Vista I get the error message: ...
2
votes
2answers
555 views

What standard does BDE use for .sch schema files?

I was wondering - is there a standard (like a RFC) for the .sch schema file format the BDE uses? The format is described here and here. It seems based on this Microsoft format, but it's not quite the ...
1
vote
4answers
105 views

Delphi BDE PostgreSQL query execution (syntax error)

I am using BDS 2006 with PostgreSQL for my application. I have the following code consisting of the query for finding the Primary key values inside my Table. Query.SQL.Clear; Query.SQL.Add('SELECT ...
1
vote
1answer
69 views

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 ...
1
vote
2answers
145 views

Multiple users accessing the same BDE Alias, but accessing different directories

Background: I have an application written in Delphi that uses the Borland Database Engine (BDE) that looks at its data through a BDE Alias. I've managed to get it running via Remote Desktop Services, ...
1
vote
1answer
671 views

interbase and BDE on windows 7

OK I know this has been deprecated, and bde is older than Moses, but we have some legacy applications that have not been migrated still using bde. Has anyone been successfull in installing bde WITH ...
1
vote
1answer
200 views

Tool to extract SQL definition from a Paradox table

actually i am working migrating a very old system which use the BDE with paradox tables, i need a tool to extract the SQL definition (CREATE TABLE .....) for the tables . i found this link ...
1
vote
3answers
412 views

What is a good way of accessing dBase files using BDE and Delphi?

First of all, I must state that I'm a complete newb when it comes to Delphi, although I did some Turbo Pascal programming in school, some fourteen years ago... I have a commercial Delphi program ...
1
vote
2answers
2k views

Where to download Delphi BDE 5.01

Is it possible to download the BDE? I have an old delphi app to support and the client has a new pc. I need to copy the EXE across and install the BDE on that machine. Thanks
1
vote
4answers
364 views

Delphi exe, will it run with just BDE configuration?

I've taken over a legacy application and I have the exe created. If I can configure the BDE then in theory it should be possible to run this. Someone indicated that Delphi needs to be installed in ...
1
vote
1answer
267 views

SP_Who does not return DBName Column

My Delphi application connects to a SQL Server Database through BDE. In the process, my application queries SP_Who stored procedure to get the DbName column Value. But now I want to connect my ...
1
vote
3answers
939 views

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
1
vote
2answers
622 views

delphi in vista

i have one problem when i run my program in delphi7 have one error message "unknown table type - permission denied - file:c:\PDOXURS.NET direcory C:\" i dont know of make tk for one answer
1
vote
3answers
3k views

Temporary table resource limit

i have two applications (server and client), that uses TQuery connected with TClientDataSet through TDCOMConnection, and in some cases clientdataset opens about 300000 records and than application ...
1
vote
9answers
5k views

Any idea how to resolve a BDE error $251e?

Here's the situation: A user of our program suddenly started receiving an error from the Borland Database Engine (BDE) when attempting to start the application. The error message says that it was ...
1
vote
2answers
3k views

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 ...
0
votes
2answers
70 views

Look for tables in a subdirectory

Using BDE and TTable components that run off of alias' how do I navigate from the alias into a sub directory? For example I have an alias 'GIPM' this alias points to 'C:\Program Files\GIPM' within ...
0
votes
1answer
96 views

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() ...
0
votes
0answers
82 views

TQuery Float field is implicitly rounded to integer when using ODBC

I'm querying 1 value from table. In db it's value is 48.8 When my app use BDE's native Oracle SQL Link driver, everything is Ok, it's still 48.8. Then I make the app to use another BDE alias, which ...
0
votes
3answers
1k views

How do I solve the “Cannot perform this operation on a closed dataset” with Borland Database Engine and a Delphi application? [closed]

The application was working perfectly, until I edited the user database (*.dbf) in OpenOffice.org Calc. Now it gives me the above error about a closed dataset.
0
votes
2answers
258 views

I get invalid index descriptor when using ancient FoxPro 2.6 tables

I'm connecting to old FoxPro 2.6 tables in Delphi 2007. I've installed the BDE and I put a TTable on the form. One table doesn't work Set the databasename to c:\datadir and The tablename to ...
0
votes
5answers
538 views

BDE says “Field not found” but field exists

I have the following query to one of my database tables: select count(*) as mycount from mytable where fieldone = :fieldone and fieldtwo = :fieldtwo Parameters are correctly loaded into the ...
0
votes
1answer
126 views

applications shares same BDE

I encouter problem with my application when it turn in PC running other application using same BDE as my application , my application can't store record in database in this case, is thre any ...
0
votes
1answer
363 views

Help with Parameterized Query (using Delphi 7 and BDE)

Can someone help me and explain to my why this code crashes on the ExecSQL statement? function UpdateLastBankResponsesId(ADatabase: TDatabase; AValue: Integer): String; var AQuery2: TQuery; ...
0
votes
1answer
315 views

How can I get an Interbase password if I have only the BDE alias?

I am trying to connect to a Interbase DB at runtime via the BDE. I am trying to do this in a formless project (but not a console app). The alias is known. I retrieve the alias from the registry. ...
0
votes
1answer
346 views

BDE inmem000.rem access/sharing violation

I have this proprietary web CGI executable which opens a connection to a BDE Thingy each time a page is requested. I do know nothing of the workings of that compiled exe, nor of BDE, but I observed ...
0
votes
1answer
430 views

Error: 536 Error in File <report filename> Unable to connect: incorrect log on parameters

I am getting the above error on a client's machine when executing the following code for i := 0 to crpe.Subreports.Count - 1 do for j:=0 to crpe.Subreports[i].Tables.Count - 1 do ...
0
votes
3answers
261 views

Delphi BDE Double type Field changed to a String type

I'm using a BDE TTable which had certain fields which were originally ftDouble. Because the input to be stored is sometimes non-numeric, I now changed the field type to ftString. Input into the field ...
0
votes
2answers
485 views

Migration from Delphi BDE - IBO or FIBPlus?

I would like to know the better alternatives to the Delphi BDE. We have this huge application using Firebird 1.5 and BDE, and would like to consider the following alternatives: IBObjects FIBPlus ...
0
votes
1answer
65 views

Are there any 'gotchas' involved when invoking BDE through a Delphi COM server or DLL from .NET?

I'm asking this as a follow-up to my previous question: http://stackoverflow.com/questions/3221364/what-is-a-good-way-of-accessing-dbase-files-using-bde-and-delphi It was suggested that I called upon ...
0
votes
3answers
360 views

BDE to ADO conversion in DELPHI 2010

I am working on converting BDE to ADO for my company. I have run into an expression I can not figure out how to convert to ADO Here is the BDE expression with all the ADO changes except for ...
0
votes
2answers
294 views

BDE table sorting

Im using BDE.... How can i sort a table by given field?
0
votes
2answers
219 views

Can I use Delphi to write to BDE an 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 ...
0
votes
1answer
392 views

Maximum number of dbprocesses already allocated

I'm running a Delphi application that uses BDE for database connection. Ocassionally (more often than I'd like) this error pops up when opening a query. Googling for this error, most picks refer to ...

1 2