Keepontrying
Programmer
I am using the create table command to create a free table. Do I have to used a database to use a primary key?
I try this
create table employee.dbf free;
(empid c(10) Primary Key,;
address c(50))
a error message tell me this function is not support in a non-dbc mode.
Thanks
I try this
create table employee.dbf free;
(empid c(10) Primary Key,;
address c(50))
a error message tell me this function is not support in a non-dbc mode.
Thanks