frent
New member
- Joined
- Dec 23, 2008
- Messages
- 1
- Programming Experience
- 1-3
I use a data-adapter to update my information of my database.
I want to insert a new row in my dataview with new dataviewrow.
but in my database I have a PK which is autoincrement. And I want to retrieve that PK after I update the with the data-adapter.update method, anyone and idea?
I want to insert a new row in my dataview with new dataviewrow.
but in my database I have a PK which is autoincrement. And I want to retrieve that PK after I update the with the data-adapter.update method, anyone and idea?