Click here to Skip to main content
15,904,351 members
Home / Discussions / C#
   

C#

 
AnswerPWNAGE! Pin
carbon_golem8-Sep-08 15:05
carbon_golem8-Sep-08 15:05 
GeneralRe: PWNAGE! Pin
Paul Conrad8-Sep-08 18:32
professionalPaul Conrad8-Sep-08 18:32 
RantRe: Singly Linked LIst For Turbo C,, (QUESTION),,, I'm a Noob Pin
Paul Conrad8-Sep-08 18:31
professionalPaul Conrad8-Sep-08 18:31 
QuestionProxy generation using wsdl - two outputs? Pin
DeepToot8-Sep-08 11:28
DeepToot8-Sep-08 11:28 
AnswerRe: Proxy generation using wsdl - two outputs? Pin
Wendelius8-Sep-08 11:48
mentorWendelius8-Sep-08 11:48 
GeneralRe: Proxy generation using wsdl - two outputs? Pin
DeepToot8-Sep-08 11:56
DeepToot8-Sep-08 11:56 
GeneralRe: Proxy generation using wsdl - two outputs? Pin
Wendelius8-Sep-08 12:02
mentorWendelius8-Sep-08 12:02 
GeneralRe: Proxy generation using wsdl - two outputs? Pin
leppie8-Sep-08 23:19
leppie8-Sep-08 23:19 
AnswerRe: Proxy generation using wsdl - two outputs? Pin
blackjack21508-Sep-08 18:39
blackjack21508-Sep-08 18:39 
GeneralRe: Proxy generation using wsdl - two outputs? Pin
leppie8-Sep-08 23:22
leppie8-Sep-08 23:22 
GeneralRe: Proxy generation using wsdl - two outputs? Pin
DeepToot9-Sep-08 4:09
DeepToot9-Sep-08 4:09 
QuestionViolation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 11:18
Twyce8-Sep-08 11:18 
AnswerRe: Violation of PRIMARY KEY constraint???? Pin
perle18-Sep-08 11:32
perle18-Sep-08 11:32 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 11:43
Twyce8-Sep-08 11:43 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
perle18-Sep-08 11:56
perle18-Sep-08 11:56 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 12:09
Twyce8-Sep-08 12:09 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
perle18-Sep-08 12:17
perle18-Sep-08 12:17 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 12:30
Twyce8-Sep-08 12:30 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
perle18-Sep-08 12:45
perle18-Sep-08 12:45 
AnswerRe: Violation of PRIMARY KEY constraint???? Pin
Wendelius8-Sep-08 11:33
mentorWendelius8-Sep-08 11:33 
What is the primary key for registrations table? If it is only student then you'll have a problem since student can have only one module.

If the table definition is correct, but you have duplicate data (for example because of denormalization), you can disable the primary key, load the data, clean the data and enable the primary key.

Hope this helps,

Mika
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 11:48
Twyce8-Sep-08 11:48 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Wendelius8-Sep-08 11:50
mentorWendelius8-Sep-08 11:50 
GeneralRe: Violation of PRIMARY KEY constraint???? Pin
Twyce8-Sep-08 12:05
Twyce8-Sep-08 12:05 
AnswerRe: Violation of PRIMARY KEY constraint???? Pin
Mycroft Holmes8-Sep-08 15:05
professionalMycroft Holmes8-Sep-08 15:05 
QuestionFollowed Beth Massi's video on N Tier Data Apps. Stuck. Pin
chazv8-Sep-08 10:15
chazv8-Sep-08 10:15 

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.