amerifax
Technical User
- Dec 28, 2006
- 37
We are trying to add a field on the fly. This is the code that is shown in the example:
ALTER TABLE CUSTOMER ADD REFER CHAR(20), ADD LASTCALL DATE, DROP FIRST_CONT
The code we are using is:
alter table Perdil add STEPXX char(3)
The error we get is Table does not exist. I tried adding the path to the file which is d:\support\dbf\Perdil.dbf. We also tried using the file first which returned the same error - Table does not exist.
Any help would be greatly appreciated.
Bob
ALTER TABLE CUSTOMER ADD REFER CHAR(20), ADD LASTCALL DATE, DROP FIRST_CONT
The code we are using is:
alter table Perdil add STEPXX char(3)
The error we get is Table does not exist. I tried adding the path to the file which is d:\support\dbf\Perdil.dbf. We also tried using the file first which returned the same error - Table does not exist.
Any help would be greatly appreciated.
Bob