hamid Posted March 19, 2007 Posted March 19, 2007 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 isn't correct! how can i add new record to my database that i dont need to fill all of records in my dataset? many thanks Quote [ once4ever ]
amir100 Posted March 20, 2007 Posted March 20, 2007 Hmmm ... how about using a simple Command object? Quote Amir Syafrudin
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.