Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Seagull Bartender Application Pin
Hum Dum7-Jul-10 1:33
Hum Dum7-Jul-10 1:33 
GeneralRe: Seagull Bartender Application Pin
Abhinav S7-Jul-10 1:50
Abhinav S7-Jul-10 1:50 
AnswerRe: Seagull Bartender Application Pin
R. Giskard Reventlov7-Jul-10 2:15
R. Giskard Reventlov7-Jul-10 2:15 
QuestionSendMessage to control with non-fixed ControlID Pin
LordZoster7-Jul-10 0:08
LordZoster7-Jul-10 0:08 
AnswerRe: SendMessage with variable ControlID Pin
freakyit7-Jul-10 1:11
freakyit7-Jul-10 1:11 
GeneralRe: SendMessage with variable ControlID Pin
LordZoster7-Jul-10 1:23
LordZoster7-Jul-10 1:23 
GeneralRe: SendMessage with variable ControlID Pin
Eddy Vluggen7-Jul-10 3:45
professionalEddy Vluggen7-Jul-10 3:45 
QuestionForeign key UniqueIdentifier Pin
tek 20096-Jul-10 23:59
tek 20096-Jul-10 23:59 
I have two tables: table1 field contains the ID type UniqueIdentifier and table2 contains ID as foreign key when inserting values is not the same values filled in the two table table1 in this ID is filled eg e210d5ad-BC41-439th-b8e8-e8ed775ee932, and in table 2 it is filled with zero
So how do I do to unify all relationships necessary is active
the two queries are:

CREATE Procedure [dbo].[Insert1](@ID uniqueidentifier, @name varchar(10),@tel varchar(10))AS  INSERT INTO [table1] ([ID], [name], [tel])VALUES (NEWID(), @name, @tel)

CREATE Procedure [dbo].[Insert2](@ID uniqueidentifier, @cmd1 varchar(20))AS INSERT INTO [Table2] ([ID], [cmd1])VALUES (@ID, @cmd1)

table1: ID Primary key
Table2:ID foreign Key

Thank you very much for your help
AnswerRe: Foreign key UniqueIdentifier Pin
PIEBALDconsult7-Jul-10 3:22
mvePIEBALDconsult7-Jul-10 3:22 
AnswerRe: Foreign key UniqueIdentifier Pin
tek 20097-Jul-10 4:19
tek 20097-Jul-10 4:19 
AnswerRe: Foreign key UniqueIdentifier Pin
Bernhard Hiller7-Jul-10 3:57
Bernhard Hiller7-Jul-10 3:57 
QuestionHelp! URGENT Pin
Ice_Freez056-Jul-10 22:44
Ice_Freez056-Jul-10 22:44 
AnswerSuggestion PinPopular
DaveyM696-Jul-10 22:53
professionalDaveyM696-Jul-10 22:53 
GeneralRe: Suggestion Pin
Ice_Freez057-Jul-10 15:23
Ice_Freez057-Jul-10 15:23 
QuestionCollection remove Pin
MayukhSen6-Jul-10 22:34
MayukhSen6-Jul-10 22:34 
AnswerRe: Collection remove Pin
Dave Kreskowiak7-Jul-10 1:37
mveDave Kreskowiak7-Jul-10 1:37 
GeneralRe: Collection remove Pin
MayukhSen7-Jul-10 2:02
MayukhSen7-Jul-10 2:02 
GeneralRe: Collection remove Pin
Pete O'Hanlon7-Jul-10 2:38
mvePete O'Hanlon7-Jul-10 2:38 
QuestionRemote desktop server/client Pin
Sajjad Izadi6-Jul-10 21:05
Sajjad Izadi6-Jul-10 21:05 
AnswerRe: Remote desktop server/client Pin
Richard MacCutchan6-Jul-10 21:39
mveRichard MacCutchan6-Jul-10 21:39 
AnswerRe: Remote desktop server/client Pin
Gonzalo Cao6-Jul-10 21:41
Gonzalo Cao6-Jul-10 21:41 
AnswerRe: Remote desktop server/client Pin
Abhinav S6-Jul-10 21:41
Abhinav S6-Jul-10 21:41 
GeneralRe: Remote desktop server/client Pin
JHizzle6-Jul-10 22:00
JHizzle6-Jul-10 22:00 
QuestionDisplay messages, when using windows services Pin
ayandelhi6-Jul-10 19:28
ayandelhi6-Jul-10 19:28 
AnswerRe: Display messages, when using windows services Pin
Peace ON6-Jul-10 20:31
Peace ON6-Jul-10 20: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.