Dear Sir,
I want to use technique that is i don't want use server traffi for all time. I want to create tmptable in client machie and process data after processung i save the data into server. but to do give any idea.
Printable View
Dear Sir,
I want to use technique that is i don't want use server traffi for all time. I want to create tmptable in client machie and process data after processung i save the data into server. but to do give any idea.
seems as if you're looking for DataSet, which is an "in memory" db.
If you have huge quantity of data, you could always haave local db - but this would cost a lot in maintainig it consistent with the structure of the server...