D
Dave
I using a SQLAdapter and Dataset to retrieve and update
rows in a single table ... but I do not know how to
Insert a new row. The table's key column is a auto
generated field so it is read only (and therefore I
cannot make changes to it). How do I specify to the
SQLAdapter that I want an Insert vs. an update?
I haven't tried to delete rows ... but I expect I will
have the same problem.
Any help on this is appreciated.
Thanks!
Dave
rows in a single table ... but I do not know how to
Insert a new row. The table's key column is a auto
generated field so it is read only (and therefore I
cannot make changes to it). How do I specify to the
SQLAdapter that I want an Insert vs. an update?
I haven't tried to delete rows ... but I expect I will
have the same problem.
Any help on this is appreciated.
Thanks!
Dave