Hi,
i have a large table with many records and first i fill my dataset of it.
so i want add a new record to it, what shall i do?
1. add new record to database by adapter.insertnew method
then i have to fill my dataset again and it isnt correct!
how can i add new record to my database that i dont need to fill all of records in my dataset?
many thanks
i have a large table with many records and first i fill my dataset of it.
so i want add a new record to it, what shall i do?
1. add new record to database by adapter.insertnew method
then i have to fill my dataset again and it isnt correct!
how can i add new record to my database that i dont need to fill all of records in my dataset?
many thanks