1st Insert in a Table via DataSet

  • Thread starter Thread starter mjpiedade
  • Start date Start date
M

mjpiedade

I am using a windows form bounded with a dataset. It works perfectly!
However, when I try to add the 1st record (when the table is empty, so is
the dataset) it does not!
Can anyone help?
I am wrongly using the getchanges() method.

Best regards,
MP
 
Hi,

How are you trying to insert the row?
Why are you using GetChanges()?
 

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

Back
Top