Tatiso Xavier

Tatiso Xavier

  • NA
  • 1
  • 1.1k

Adding data in related Access Database using C# as language.

Oct 1 2014 10:23 AM
Assuming that i have 2 related tables. CUSTOMERS(Cus_Id, Cus_Address, Cus_Name) and ORDER(Order_NO, Order_Descrip, Cus_Id)
 
customers to orders is --- one to many.
 
how do i add data into CUSTOMERS table or ORDER table?  Am using OLEDB which is Access database and C# as language.
 
Thanks

Answers (1)