tables

  1. M

    Question Saving changes to 2 datasets but only 1 of them updates

    Hi, newbie here! :nevreness: I've been try for days to see what I've done wrong but can't figure it out for the life of me. Here my problem. I'm using 2 sets of DataAdapter and Datasets. When I click my "Apply" button, the program does a set of basic calculation and save the changes in the...
  2. cwnonthehill

    Problem saving New Row's to multiple tables VB/SQLServer

    Hey guys, I'm having a little trouble making multiple row inserts to different tables. Below is my code. The idea is basically to create new rows in the dataset, then Insert those new rows to my SQL database. The first set (tblComplaint) gets inserted fine. Then when it attempts to Insert...
Back
Top