0
votes
2answers
62 views
Why DefaultExpression property work only with BDE?
How can I use DefaultExpression property for TField with MS Access or SQL Server, it seems to work only with BDE.
-1
votes
2answers
16 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
3
votes
3answers
124 views
Equivalent to TUpdateSQL in Delphi 2010 dbExpress?
Hi,
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)
S …
0
votes
3answers
61 views
Loading BDE BPL from another directory
Using Delphi 2010 and a patched version of the BDE I run into a problem loading the BDERTL140.bpl.
Loading DCLBDE140.bpl from another directory then usual works fine. Only when I …
2
votes
2answers
199 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, bu …
0
votes
1answer
52 views
Delphi - TStoredProc.Close (does it empty the set?)
LEGACY ALERT - This is for Delphi 5 code. (I know it is super old. It is scheduled to be rewritten.... Some day.)
I am using the BDE and the TStoredProc object. When I call Clo …
0
votes
6answers
1k 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 …
0
votes
3answers
106 views
C#+BDE+DBF problem
I have huge problem:
I have lots of .dbf files(~50000) and I need to import them into Oracle database.
I open conncection like this:
OleDbConnection oConn = new OleDbConnect …
0
votes
2answers
70 views
project “ctsMgr.exe” raised exception class EDBEngineError with message “unknown database. Alais:..”
Hello All!
I was running a Delphi(4) exe . It ran well for few seconds, then raised the error
project "ctsMgr.exe" raised exception
class EDBEngineError with message
"unkno …
0
votes
2answers
142 views
BDE multi-thread error: when encounter ora-12560, cannot restart TDatabase
We have a big program, using BDE + oracle, developed by delphi,
We use 3 threads to do DB operations, they are using separated TSession.
(1 deamon thread, 1 data collect thread, 1 …
1
vote
2answers
201 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
t …
4
votes
5answers
310 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 kno …
0
votes
3answers
261 views
Differences between ado and bde
What is the Differences between ado and bde?
0
votes
4answers
254 views
Rave Report that comes with Delphi 2006
There is a software which is using BDE for its database activities.
The database is very awkwardly designed.
I have to build a few custom reports that will use the data generated …
0
votes
2answers
170 views
Is it possible to work with BDE created tables in C#?
I have some tables being used with the Borland Database Engine that I need access to in C#. But I don't see the BDE as an available Data Source. Is this because it's not doable or …
