Datagrid - upgrade / save new rows

  • Thread starter Thread starter =?ISO-8859-1?Q?=22Norwall_S=2E_R=F8svik=22?=
  • Start date Start date
?

=?ISO-8859-1?Q?=22Norwall_S=2E_R=F8svik=22?=

I have an ADO.NET connection to an Access 2000 DB with 1 table. I have a
Data Grid that shows me all records when I open the Data Grid. In the
program it shall be possible to add rows to the table directly in the
grid, by adding rows. Have tried to code this, but the result is only an
empty new row. The information in the row is lost. Can anybody help?

I have OleDgDataAdapter called 'da', OleDbConnection called 'cn', a
dataset called 'ds1'.

NSR
 

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