T
totto
Hi,
I would like to add a new tabel to an existing Access 97 database that
contains data. This should be done from a .net application via sql script.
The script should aslo add a field to one of the exitsting tabels, with a
relation to a field in the new tabel.
NewTable
NewTableID int PrimaryKey,
NewTableName string;
ExistingTable
--Existing fields--,
NewField int;
I want a one to many relation between NewTableID and NewField.
Anyone who can help me with this ?
Best regards
Totto
I would like to add a new tabel to an existing Access 97 database that
contains data. This should be done from a .net application via sql script.
The script should aslo add a field to one of the exitsting tabels, with a
relation to a field in the new tabel.
NewTable
NewTableID int PrimaryKey,
NewTableName string;
ExistingTable
--Existing fields--,
NewField int;
I want a one to many relation between NewTableID and NewField.
Anyone who can help me with this ?
Best regards
Totto