How Data accessed form Master Detail Table in sqlserver using C# window form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qasimali84
    New Member
    • Feb 2007
    • 4

    How Data accessed form Master Detail Table in sqlserver using C# window form

    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.....
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    Could you provide more detail about what is going wrong? Perhaps some code?

    Originally posted by qasimali84
    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.....

    Comment

    Working...