Click here to Skip to main content
16,013,642 members
Home / Discussions / C#
   

C#

 
QuestionHow can I ? Pin
snouto6-Oct-05 14:15
snouto6-Oct-05 14:15 
AnswerRe: How can I ? Pin
Mohamad Al Husseiny6-Oct-05 14:57
Mohamad Al Husseiny6-Oct-05 14:57 
AnswerRe: How can I ? Pin
Daniel Grunwald7-Oct-05 6:35
Daniel Grunwald7-Oct-05 6:35 
QuestionHowTo: Marshal an array of strings? Pin
CTI Guru6-Oct-05 11:33
CTI Guru6-Oct-05 11:33 
QuestionWindows 98? Pin
Anonymous6-Oct-05 11:27
Anonymous6-Oct-05 11:27 
AnswerRe: Windows 98? Pin
ehuysamer6-Oct-05 21:08
ehuysamer6-Oct-05 21:08 
GeneralRe: Windows 98? Pin
Anonymous7-Oct-05 1:38
Anonymous7-Oct-05 1:38 
QuestionForeign Key Problem Pin
Ming Luo6-Oct-05 10:20
Ming Luo6-Oct-05 10:20 
Hi all, I have two tables one is Machine the other is SitePosition.
The SitePosition table have primary keys (SiteNo, PositionNo). In the Machine table, there are SiteNo and PositionNo as the foreign key reference to the siteposition table. When updating the machine table, I need to change the value of (SiteNo, PositionNo) in machine table. But because the foreign key constraint, once I change the SiteNo's value, it will give me an error say that it violate the foreign key constraint since there is no record existed in the SitePosition table. The same error happens if I update the PositionNo first. The problem seems that the foreign keys as a bunch are not updated simultaneously. Does anybody know a solution to this problem please???
Thanks in advance!!!
AnswerRe: Foreign Key Problem Pin
enjoycrack6-Oct-05 10:27
enjoycrack6-Oct-05 10:27 
GeneralRe: Foreign Key Problem Pin
Ming Luo6-Oct-05 10:36
Ming Luo6-Oct-05 10:36 
GeneralRe: Foreign Key Problem Pin
enjoycrack6-Oct-05 10:50
enjoycrack6-Oct-05 10:50 
AnswerRe: Foreign Key Problem Pin
Robert Rohde6-Oct-05 10:49
Robert Rohde6-Oct-05 10:49 
QuestionHow can I auto-adjust the column width using Excel Automation Pin
miah alom6-Oct-05 9:47
miah alom6-Oct-05 9:47 
QuestionUsing C++ libraries with C# Pin
ddiller6-Oct-05 8:35
ddiller6-Oct-05 8:35 
AnswerRe: Using C++ libraries with C# Pin
Tom Larsen6-Oct-05 8:57
Tom Larsen6-Oct-05 8:57 
QuestionInsert table into a RichTextBox Pin
Agyeman6-Oct-05 8:25
Agyeman6-Oct-05 8:25 
AnswerRe: Insert table into a RichTextBox Pin
Mohamad Al Husseiny6-Oct-05 15:28
Mohamad Al Husseiny6-Oct-05 15:28 
Questionhow can i read data from excell file? Pin
Member 22825096-Oct-05 8:02
Member 22825096-Oct-05 8:02 
AnswerRe: how can i read data from excell file? Pin
Robert Rohde6-Oct-05 8:04
Robert Rohde6-Oct-05 8:04 
Questionreading from a datafile using C Pin
candycane6-Oct-05 7:28
candycane6-Oct-05 7:28 
AnswerRe: reading from a datafile using C Pin
Guffa6-Oct-05 7:44
Guffa6-Oct-05 7:44 
AnswerRe: reading from a datafile using C Pin
Robert Rohde6-Oct-05 8:02
Robert Rohde6-Oct-05 8:02 
AnswerRe: reading from a datafile using C Pin
Colin Angus Mackay6-Oct-05 9:16
Colin Angus Mackay6-Oct-05 9:16 
QuestionList<T> syntax in C#? Pin
Lilli Alexis6-Oct-05 7:20
Lilli Alexis6-Oct-05 7:20 
AnswerRe: List<T> syntax in C#? Pin
David Stone6-Oct-05 11:42
sitebuilderDavid Stone6-Oct-05 11:42 

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.