Vatchunter
Technical User
We are writing a program to automate some setup files we use often. We would like to be able to add a field(s) to the table through the command line and accomplish the following:
Name the field
Set the data type
Set the field width.
Been trying to do this with an alter table command but it's not producing what we want.
SELECT 1
USE "d:\base.dbf" excl IN 0
ALTER table base add[column]Tommy c[20] null
Thanks for your suggestions!
Name the field
Set the data type
Set the field width.
Been trying to do this with an alter table command but it's not producing what we want.
SELECT 1
USE "d:\base.dbf" excl IN 0
ALTER table base add[column]Tommy c[20] null
Thanks for your suggestions!