Hi
I need your suggestions for updating an existing record after editing. I do the same by doing this:-
before updation I delete the whole record from both of my tables (Orders & OrderDetail) and then I save edited one.
I would like to know is this the right way to do this and secondly if yes, can this type of updation slow down the app's performance while the tables contains thousands of records.
I am newbie to VB
Thanks.
I need your suggestions for updating an existing record after editing. I do the same by doing this:-
before updation I delete the whole record from both of my tables (Orders & OrderDetail) and then I save edited one.
I would like to know is this the right way to do this and secondly if yes, can this type of updation slow down the app's performance while the tables contains thousands of records.
I am newbie to VB
Thanks.