Top "Bde" questions

BDE is the abbreviation for Borland Database Engine.

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 …

delphi bde
Temporary table resource limit

i have two applications (server and client), that uses TQuery connected with TClientDataSet through TDCOMConnection, and in some cases clientdataset …

delphi bde midas-server
EDBEngineError-Network Initialization Failed

I am attempting to convert a Dephi 2006 project to Delphi 2009 (Delphi 2006 is on Drive C Delphi 2009 is on Drive D). …

delphi bde paradox
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 …

oracle delphi delphi-2007 bde ora-01426