Load Database

xswzaq

Well-known member
Joined
Jul 9, 2007
Messages
61
Programming Experience
Beginner
I have combine two (three) database into one datagridview, and there are about 20 thousands of record on my datagrid. It take a supper long time to load the program. So I have a search button (hope to help it load faster, but not helping much (so is the filter)). Is there any wait that I can make the datagrid to load faster when debugging :confused:?

Thank You.
 
Zip up your project, DO NOT INCLUDE THE BIN OR OBJ FOLDERS, and post it here. Someone will take a look at it to see if there is anything obviously wrong with it
 
I figure out why is it so slow. Because there are so many record, and I create query which go out and search all.

thank you for all your help
 
Back
Top