Sietse Wijnker
2004-09-02 17:00:08 UTC
Hi Mikhail,
I think you're expecting too much functionality from the command
ADD PRIMARY KEY eExpression3 [FOR lExpression4] TAG TagName2
This clause in the alter table command gives you the possibility to add a
primary key _INDEX_(!)
PRIMARY KEY in the CREATE TABLE command also sets the field as a primairy
index.
Relations between tables can be defined in the database but they are not
defaulted when you open the tables using the USE command. The relations
defined in the database are used for default relations when adding the
tables to the dataenvironment of te form or report designer.
The relations are also used by the referential integrety.
HTH,
Sietse Wijnker
I think you're expecting too much functionality from the command
ADD PRIMARY KEY eExpression3 [FOR lExpression4] TAG TagName2
This clause in the alter table command gives you the possibility to add a
primary key _INDEX_(!)
PRIMARY KEY in the CREATE TABLE command also sets the field as a primairy
index.
Relations between tables can be defined in the database but they are not
defaulted when you open the tables using the USE command. The relations
defined in the database are used for default relations when adding the
tables to the dataenvironment of te form or report designer.
The relations are also used by the referential integrety.
HTH,
Sietse Wijnker