Link to home
Start Free TrialLog in
Avatar of Erik N
Erik N

asked on

Change database from application?

Is it possible to change a database field-name from within a running application?How do I do it? As an example: Say I have a database that looks like this:
Fields: Cartype   Color   Prize   Weight   Height
Posts:
        Sedan     Red     12000$   1200 Kg 1.2 m
        Truck     Gray    86000$   6500 Kg 3.2 m
        Racer     Green   45000$   800  Kg 0.85 m
Now! How do I change for example the fieldname "Prize" to "Cost" from an running application?
PS. I run Delphi Developer 2.0 and the database is a Paradox-base...
Thanks!
Erik N
Avatar of icampbe1
icampbe1

Do you want to change the field name just for the one run of the application, or do you want it changed permanently??
ASKER CERTIFIED SOLUTION
Avatar of Zonnald
Zonnald

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial