It's difficul开发者_如何学Ct to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
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\'m connecting to old FoxPro 2.6 tables in Delphi 2007. I\'ve installed the BDE and I put a TTable on the form.
Can someone help me and explain to my why this code crashes on the ExecSQL statement? function UpdateLastBankResponsesId(ADatabase: TDatabase; AValue: Integer): String;
I am using Delphi 7, BDE, and Interbase (testing), Oracle (Production). I have two tables (Master, Responses)
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.Exampl
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.
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 Table-To-SQ
I\'m having some problem about TSQLStoredProcedure. Here is the code: storedproc->ParamByName(\"A\")->AsInteger = adataset->FieldByName(\"AA\")->AsInteger;
I\'m using a BDE TTable开发者_如何学Go which had certain fields which were originally ftDouble.