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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top