Re: Altering Table - Adding Primary Key With References
From: Sietse Wijnker (sietse.wijnker_at_ATsw-software.nl)
Date: 09/02/04
- Next message: Dan Freeman: "Re: Altering Table - Adding Primary Key With References"
- Previous message: Mikhail: "Altering Table - Adding Primary Key With References"
- In reply to: Mikhail: "Altering Table - Adding Primary Key With References"
- Next in thread: Mikhail: "Re: Altering Table - Adding Primary Key With References"
- Reply: Mikhail: "Re: Altering Table - Adding Primary Key With References"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Sep 2004 19:00:08 +0200
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
- Next message: Dan Freeman: "Re: Altering Table - Adding Primary Key With References"
- Previous message: Mikhail: "Altering Table - Adding Primary Key With References"
- In reply to: Mikhail: "Altering Table - Adding Primary Key With References"
- Next in thread: Mikhail: "Re: Altering Table - Adding Primary Key With References"
- Reply: Mikhail: "Re: Altering Table - Adding Primary Key With References"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|