G
Guest
I have done many projects in VB 6.0 mostly database related. But when i
transfer in .NET platform, i wonder about disconnected dataset. I know there
is many many advantages of Disconnected dataset. But what can i do when i
make a project which shows stock exchange share prices or other sort of
projects where intime information is required.
For example, i fill the dataset with about 200 rows and one row is changed
after 1 sec. and i implement a logic that update local dataset after every 3
sec. what happen there. Whole dataset will be updated after every 3 second
because of some few rows changed. what you say about performance.
Please tell me if there is any machanism like connected recordset. I have
very few users but data changes rapidly and users should be updated instantly.
Thanks in advance
transfer in .NET platform, i wonder about disconnected dataset. I know there
is many many advantages of Disconnected dataset. But what can i do when i
make a project which shows stock exchange share prices or other sort of
projects where intime information is required.
For example, i fill the dataset with about 200 rows and one row is changed
after 1 sec. and i implement a logic that update local dataset after every 3
sec. what happen there. Whole dataset will be updated after every 3 second
because of some few rows changed. what you say about performance.
Please tell me if there is any machanism like connected recordset. I have
very few users but data changes rapidly and users should be updated instantly.
Thanks in advance