Hi,
I have recently started to learn c# in my spare time. I am trying to create a simple database application with help from a step by step book.
Can someone with experience point me in the right direction please. I have a form for entering a new customer. When the user presses the save button I want to insert a record into the Customer table and update a related table.
Should I call a stored procedure to insert the record and update the related table?
Should I be using other ADO features?
Thanks in advance
I have recently started to learn c# in my spare time. I am trying to create a simple database application with help from a step by step book.
Can someone with experience point me in the right direction please. I have a form for entering a new customer. When the user presses the save button I want to insert a record into the Customer table and update a related table.
Should I call a stored procedure to insert the record and update the related table?
Should I be using other ADO features?
Thanks in advance