Thank you very much for your videos, this is the only material that really teaches you how to work with sql in c#, and not just outdated methods like in the rest of the material
@GTech-IT2 жыл бұрын
You're very welcome!
@solomonr23052 жыл бұрын
Dear G.Tech, Many thanks for the great lecture you gave us, this was what I was looking for. However, My tables are not synchronising. I have Patients table as Master table linked to Consultations table as detail table on one-to-many relationship. I also have Results details table linked to Patients table on one-to-many relationship. The codes are exactly the same as yours, all done automatically. Do you think the reason is because my connection to my server is Windows Authentication? I heard you saying that if the connection is Windows Authentication it causes problem, so could that be the problem. Should the connection be SQL Server Authentication in order for the Master-Details tables to synchronise? Thank you Solomon
@GTech-IT Жыл бұрын
Be a member
@basharawwad54512 жыл бұрын
Thanks a lot dear, your Tutorial is very helpful. is there any way to save both master and details at one save click, the table adapter must start with the Master Table and then it will pass the new Employee ID to the Details table >> the Address table?
@GTech-IT2 жыл бұрын
possible but you need master table id first
@CRUZIFIEDv44 жыл бұрын
Please show how to print master detail form with RDLC. Thanks for your videos they're understandable and a great help to me
@GTech-IT3 жыл бұрын
Thanks for the idea, in my next video I will show you how to create master detail report with rdlc
@CRUZIFIEDv43 жыл бұрын
@@GTech-IT Thank you, very much appreciated. I'm stuck on a project creating an invoice for a yearly based membership.