Archive for the ‘Database’ Category

Check If The BDE Is Installed

Sunday, September 2nd, 2007

You can use this tip to check if the Borland Database Engine (BDE) is installed.

(more…)

Show deleted records

Saturday, February 17th, 2007

With this procedure we can show deleted record from paradox table.
(more…)

Preventing deleting record in a DBGrid

Thursday, February 15th, 2007

Put code snippet bellow on the OnKeyDown event of the DBGrid.

(more…)

How to make transparent DBGrid

Monday, February 12th, 2007

With the following code we can make transparent DBGrid.

(more…)

How to get BDE alias info

Monday, February 12th, 2007

With the following function we can use the GetAliasParams method of TSession to get the directory mapping for an alias.

(more…)

Borland Database Engine (BDE) Error List

Sunday, January 21st, 2007

Here Borland Database Engine (BDE) error list:

(more…)