Click here to Skip to main content
15,888,454 members
Home / Discussions / Database
   

Database

 
GeneralShrinkwrap database deployment Pin
Michael P Butler11-Sep-03 2:18
Michael P Butler11-Sep-03 2:18 
GeneralRe: Shrinkwrap database deployment Pin
Rob Graham15-Sep-03 10:06
Rob Graham15-Sep-03 10:06 
GeneralRe: Shrinkwrap database deployment Pin
Michael P Butler15-Sep-03 10:13
Michael P Butler15-Sep-03 10:13 
GeneralRe: Shrinkwrap database deployment Pin
Steve S15-Sep-03 21:55
Steve S15-Sep-03 21:55 
GeneralConcat Strings SQL Questions Pin
Braulio Dez10-Sep-03 23:21
Braulio Dez10-Sep-03 23:21 
GeneralRe: Concat Strings SQL Questions Pin
Mike Dimmick12-Sep-03 2:06
Mike Dimmick12-Sep-03 2:06 
GeneralRe: Concat Strings SQL Questions Pin
Braulio Dez12-Sep-03 2:18
Braulio Dez12-Sep-03 2:18 
QuestionSQL: How to create a 1:1 relation? Pin
King_of_Queens10-Sep-03 22:09
King_of_Queens10-Sep-03 22:09 
Hello

i serach for an sql command which creates a 1:1 relation in an access
database. I think i can do this wiht CONSTRAINT but how?
In the access help i found this:

CREATE TABLE Bestell (BestellId INTEGER PRIMARY KEY, KundId INTEGER,
BestellNotiz NCHAR VARYING (255), CONSTRAINT FKBestellKundId FOREIGN KEY
(KundId) REFERENCES Kunden ON UPDATE CASCADE ON DELETE CASCADE

but this creates only 1:N relation!


AnswerRe: SQL: How to create a 1:1 relation? Pin
Mike Dimmick12-Sep-03 0:51
Mike Dimmick12-Sep-03 0:51 
Generaldatabase Pin
ranjjj10-Sep-03 19:01
ranjjj10-Sep-03 19:01 
GeneralRe: database Pin
PengFeidu11-Sep-03 2:18
PengFeidu11-Sep-03 2:18 
Generalquestion about OLEDB Pin
ashxly10-Sep-03 15:34
ashxly10-Sep-03 15:34 
GeneralRe: question about OLEDB Pin
Steve S11-Sep-03 2:04
Steve S11-Sep-03 2:04 
GeneralRe: question about OLEDB Pin
ashxly11-Sep-03 20:01
ashxly11-Sep-03 20:01 
GeneralNew version of SQL Server "Yukon" Pin
Nino_110-Sep-03 13:41
Nino_110-Sep-03 13:41 
GeneralRe: New version of SQL Server "Yukon" Pin
Tom Archer12-Sep-03 11:15
Tom Archer12-Sep-03 11:15 
GeneralRe: New version of SQL Server "Yukon" Pin
Mike Epprecht13-Sep-03 5:45
Mike Epprecht13-Sep-03 5:45 
Generalfilling a dataset; changing some data of the dataset without db-connection Pin
wolfschinnerl10-Sep-03 9:30
wolfschinnerl10-Sep-03 9:30 
GeneralRe: filling a dataset; changing some data of the dataset without db-connection Pin
Arjan Einbu12-Sep-03 10:42
Arjan Einbu12-Sep-03 10:42 
GeneralBatch Update performance Pin
WoonLeng9-Sep-03 16:59
WoonLeng9-Sep-03 16:59 
QuestionHow to bind in the Access Import Wizard Pin
King_of_Queens9-Sep-03 2:33
King_of_Queens9-Sep-03 2:33 
AnswerRe: How to bind in the Access Import Wizard Pin
Steve S9-Sep-03 6:19
Steve S9-Sep-03 6:19 
Generaldb schema required! help needed urgently Pin
rohitit6-Sep-03 10:45
rohitit6-Sep-03 10:45 
GeneralSP vs. View Pin
Not Active5-Sep-03 6:01
mentorNot Active5-Sep-03 6:01 
GeneralRe: SP vs. View Pin
Mark Conger5-Sep-03 6:14
Mark Conger5-Sep-03 6:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.