Click here to Skip to main content
15,898,920 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help! Image in Listview appear unexpected! [modified] Pin
chinajuanbob12-Mar-07 15:57
chinajuanbob12-Mar-07 15:57 
QuestionChange control Pin
Tanuja12312-Mar-07 3:31
Tanuja12312-Mar-07 3:31 
QuestionC# active X Pin
Justin Hallet12-Mar-07 2:16
Justin Hallet12-Mar-07 2:16 
QuestionUrgent:Programatically running scripts Pin
Lukas2212-Mar-07 3:13
Lukas2212-Mar-07 3:13 
AnswerRe: Urgent:Programatically running scripts Pin
Judah Gabriel Himango12-Mar-07 5:40
sponsorJudah Gabriel Himango12-Mar-07 5:40 
GeneralRe: Urgent:Programatically running scripts Pin
Lukas2212-Mar-07 7:23
Lukas2212-Mar-07 7:23 
GeneralRe: Urgent:Programatically running scripts Pin
Judah Gabriel Himango12-Mar-07 10:15
sponsorJudah Gabriel Himango12-Mar-07 10:15 
QuestionUpdating order of DataTables Pin
Satish3212-Mar-07 3:12
Satish3212-Mar-07 3:12 
Hi,


Hi I have 3 tables, one is master table( EMP) and other two are child tables (Emp_Dep and Emp_Jone).

Example:

EMP
EmpId Name
1 ABC
2 XYZ

Emp_Dep
EmpId DepId
1 2

Emp_Jone
EmpId JoneId
1 4


I have created these 3 tables and defined Relation objects between these three tables.
My problem is the order of updating in my application,
Case1:
If I update the tables in Emp_jone, Emp_Dep and Emp order, I am getting “constrain failed” exception, when I have add a new employee and linked with a Department and Jone. This would be resolved if I update in Emp, Emp_Jone and Emp_Dep

Case2:
If I deleted an existing employee, who has been liked with some Department and jone, and I update in Emp, Emp_Jone and Emp_Dep, I will get same constrain failed exception, to resolve this I will have to update as specified in Case1 order.

Could you please give me some suggestion to resolve this without any intermediate updates?

Regards,
Satish

Satish

QuestionPicturebox tooltips Pin
Gareth H12-Mar-07 2:49
Gareth H12-Mar-07 2:49 
AnswerRe: Picturebox tooltips Pin
Judah Gabriel Himango12-Mar-07 5:43
sponsorJudah Gabriel Himango12-Mar-07 5:43 
GeneralRe: Picturebox tooltips Pin
Gareth H12-Mar-07 6:47
Gareth H12-Mar-07 6:47 
GeneralRe: Picturebox tooltips Pin
M-Hall12-Mar-07 7:19
M-Hall12-Mar-07 7:19 
GeneralRe: Picturebox tooltips Pin
Gareth H13-Mar-07 0:26
Gareth H13-Mar-07 0:26 
QuestionSession variable problem Pin
Icarus12312-Mar-07 2:36
Icarus12312-Mar-07 2:36 
AnswerRe: Session variable problem Pin
Sylvester george12-Mar-07 3:34
Sylvester george12-Mar-07 3:34 
QuestionEliminate Column Headers as RowCount in DataGridView Pin
SakthiSurya12-Mar-07 2:28
SakthiSurya12-Mar-07 2:28 
QuestionSimple webservice consumed by php problem, maby namespace problem? Pin
Snowjim12-Mar-07 2:24
Snowjim12-Mar-07 2:24 
QuestionHow to Load a word doc from database into a _document doc Pin
Kuba_B12-Mar-07 0:59
Kuba_B12-Mar-07 0:59 
AnswerRe: How to Load a word doc from database into a _document doc Pin
Sylvester george12-Mar-07 3:43
Sylvester george12-Mar-07 3:43 
GeneralRe: How to Load a word doc from database into a _document doc Pin
Kuba_B13-Mar-07 0:56
Kuba_B13-Mar-07 0:56 
QuestionGetting temperatures Pin
sharpiesharpie12-Mar-07 1:38
sharpiesharpie12-Mar-07 1:38 
AnswerRe: Getting temperatures Pin
Scott Dorman12-Mar-07 4:04
professionalScott Dorman12-Mar-07 4:04 
QuestionA question about GDI release [modified] Pin
rockinfog12-Mar-07 1:32
rockinfog12-Mar-07 1:32 
QuestionDialing Modem... Pin
Saeedses12-Mar-07 0:29
Saeedses12-Mar-07 0:29 
QuestionConvert Pin
netvano12-Mar-07 0:53
netvano12-Mar-07 0:53 

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.