M
Martin Arvidsson
Hi!
I am going to build my firs Windows Application that involves a Database.
Now this database and its tables are quite large so i got a couple of quizes
regarding performance etc just to get me started...
One of the tables includes over a milion customers. This is not a great idea
to read in to a dataset i figured out, the hard way i might ad. So i created
a DataGridView wich fills the top 250 customers. Now for the tricky part
that i just cant figure out on how to do. when i scroll down, i would like
read the next 250 customers. Dont know if this is a good idea. Because how
is performnace when you reach that milion'th customer and the grid is
complete with 1 milion customers? Any tips, code directions etc to guide me?
This is my initial question for now. I will surly have more in the future.
Thanx in advance
regards
Martin
I am going to build my firs Windows Application that involves a Database.
Now this database and its tables are quite large so i got a couple of quizes
regarding performance etc just to get me started...
One of the tables includes over a milion customers. This is not a great idea
to read in to a dataset i figured out, the hard way i might ad. So i created
a DataGridView wich fills the top 250 customers. Now for the tricky part
that i just cant figure out on how to do. when i scroll down, i would like
read the next 250 customers. Dont know if this is a good idea. Because how
is performnace when you reach that milion'th customer and the grid is
complete with 1 milion customers? Any tips, code directions etc to guide me?
This is my initial question for now. I will surly have more in the future.
Thanx in advance
regards
Martin