I am developing a Cadiac Segment Evaluation System . In this system Patient Information is Kept in Master Table using Reg_No as Primary Key and the information about Seventeen Different segments of Heart is kept in Detail Table using Reg_No Forign Key. I am working Standard window Application in C# . I am using DataGrid. But Data Sql Query is not working properly. Please help me.....
How Data accessed form Master Detail Table in sqlserver using C# window form
Collapse
X
-
Tags: None
-
Could you provide more detail about what is going wrong? Perhaps some code?
Originally posted by qasimali84I am developing a Cadiac Segment Evaluation System . In this system Patient Information is Kept in Master Table using Reg_No as Primary Key and the information about Seventeen Different segments of Heart is kept in Detail Table using Reg_No Forign Key. I am working Standard window Application in C# . I am using DataGrid. But Data Sql Query is not working properly. Please help me.....
Comment