Click here to Skip to main content
15,891,745 members
Home / Discussions / Database
   

Database

 
QuestionError in MsHflexGrid for rowcolchange event Pin
srikrishnathanthri19-May-16 0:36
srikrishnathanthri19-May-16 0:36 
AnswerRe: Error in MsHflexGrid for rowcolchange event Pin
Simon_Whale19-May-16 0:40
Simon_Whale19-May-16 0:40 
AnswerRe: Error in MsHflexGrid for rowcolchange event Pin
Mycroft Holmes20-May-16 11:51
professionalMycroft Holmes20-May-16 11:51 
QuestionAuto update SQL table entries using foreign keys Pin
srikrishnathanthri16-May-16 21:50
srikrishnathanthri16-May-16 21:50 
AnswerRe: Auto update SQL table entries using foreign keys Pin
Richard Deeming17-May-16 1:26
mveRichard Deeming17-May-16 1:26 
GeneralRe: Auto update SQL table entries using foreign keys Pin
srikrishnathanthri17-May-16 2:04
srikrishnathanthri17-May-16 2:04 
GeneralRe: Auto update SQL table entries using foreign keys Pin
Richard Deeming17-May-16 2:15
mveRichard Deeming17-May-16 2:15 
GeneralRe: Auto update SQL table entries using foreign keys Pin
srikrishnathanthri17-May-16 2:40
srikrishnathanthri17-May-16 2:40 
Ok. I got your second point, yes now I understood 'ON DELETE CASCADE' correctly. But I have doubt in my first question.

Here I am referring foreign key to a column with a unique constraint. I have created foreign keys refereeing to unique constraint without any error.

The point I am getting error is when I run,

ALTER TABLE [dbo].[Product2]  ADD CONSTRAINT 
[FK_ProductDetails_Products] FOREIGN KEY([name],[place],[state])
REFERENCES [dbo].[Product1] ([name],[Place],[state])
ON UPDATE CASCADE
ON DELETE CASCADE


Can you guess what might be the error.
GeneralRe: Auto update SQL table entries using foreign keys Pin
Richard Deeming17-May-16 2:43
mveRichard Deeming17-May-16 2:43 
GeneralRe: Auto update SQL table entries using foreign keys Pin
srikrishnathanthri18-May-16 1:33
srikrishnathanthri18-May-16 1:33 
GeneralRe: Auto update SQL table entries using foreign keys Pin
Richard Deeming18-May-16 1:40
mveRichard Deeming18-May-16 1:40 
AnswerRe: Auto update SQL table entries using foreign keys Pin
John C Rayan18-May-16 2:51
professionalJohn C Rayan18-May-16 2:51 
QuestionINSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 6:05
Jassim Rahma15-May-16 6:05 
AnswerRe: INSERT from SELECT into a variable Pin
Kornfeld Eliyahu Peter15-May-16 6:59
professionalKornfeld Eliyahu Peter15-May-16 6:59 
GeneralRe: INSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 10:29
Jassim Rahma15-May-16 10:29 
AnswerRe: INSERT from SELECT into a variable Pin
Kornfeld Eliyahu Peter15-May-16 19:23
professionalKornfeld Eliyahu Peter15-May-16 19:23 
GeneralRe: INSERT from SELECT into a variable Pin
Jassim Rahma15-May-16 23:57
Jassim Rahma15-May-16 23:57 
AnswerRe: INSERT from SELECT into a variable Pin
Sascha Lefèvre16-May-16 0:48
professionalSascha Lefèvre16-May-16 0:48 
QuestionHow to decide between mysql and SQL server? Pin
kmllev13-May-16 1:15
kmllev13-May-16 1:15 
AnswerRe: How to decide between mysql and SQL server? Pin
Eddy Vluggen13-May-16 2:09
professionalEddy Vluggen13-May-16 2:09 
GeneralRe: How to decide between mysql and SQL server? Pin
Richard Deeming13-May-16 2:13
mveRichard Deeming13-May-16 2:13 
GeneralRe: How to decide between mysql and SQL server? Pin
kmllev13-May-16 2:17
kmllev13-May-16 2:17 
QuestionRe: How to decide between mysql and SQL server? Pin
Eddy Vluggen13-May-16 3:42
professionalEddy Vluggen13-May-16 3:42 
AnswerRe: How to decide between mysql and SQL server? Pin
kmllev13-May-16 17:09
kmllev13-May-16 17:09 
GeneralRe: How to decide between mysql and SQL server? Pin
Jörgen Andersson16-May-16 1:31
professionalJörgen Andersson16-May-16 1:31 

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.