Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Guidance with windows forms and SQL

Status
Not open for further replies.

ChrisH2

Programmer
Apr 18, 2002
44
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top