TableAdapter not updating table if the table is empty when loaded?

  • Thread starter Thread starter Brooke
  • Start date Start date
B

Brooke

I am having problems with the table adapter not updating (inserting a new
record) the sql server table if I open the form with out any records already
in the sql server table.

If I add on record in sql server management studio, the the table adapter
will work correctly, but there has to be at least on record.

What is going on??

There are not any exceptions being thrown.

I checked the table adapter commands (delete, insert, select, update) and
they match the other table adapter that are working correctly. (just
different fields and parameters)

What else can I check for?

Thanks
 
Back
Top