Question About master child forms

shambhu

New member
Joined
Jul 16, 2009
Messages
1
Programming Experience
3-5
hi everyone. I am new to vb.net programming. I have a parent table and a child table in my SQL Server database. I need to design a master child form and code it to add new data, edit, delete , navigate previous-next-first and last records so that the parent and child both tables are updated/navigated using the same form. I need to use the sqlconnection class to do the above task. Please provide me help.
Thank you

Shambhu Khatiwada
 
Well, you need to use a lot more than the SqlConnection class to do what you said. The SqlConnection class will open a connection to a SQL Server database and that's all. What you've stated there is not a single problem. It's basically a small application. It sounds rather like you're asking us to do your homework for you. I would suggest that you should probably follow the Data Walkthroughs link in my signature and check out whichever are relevant to you. Once you start to get a feel for things, you can then ask us specific questions about how to fit the things you've learned into your specific problem.
 
Back
Top