handokowijaya
Member
- Joined
- Dec 14, 2006
- Messages
- 5
- Programming Experience
- 1-3
Hi,
I'm having some problem loading data from SQL Express with my winform app. It crashed (waiting indefinitely) when loads the actual data that contains thousands of records. So i tested the app using only hundreds of records and everything works fine. The reason i'm loading all the data at once is because i'm using the standard form (binding navigator) that displays all the data and allow user to navigate each record.
Does anybody had this problem before? Can somebody help me with a solution?
Thanks
han
I'm having some problem loading data from SQL Express with my winform app. It crashed (waiting indefinitely) when loads the actual data that contains thousands of records. So i tested the app using only hundreds of records and everything works fine. The reason i'm loading all the data at once is because i'm using the standard form (binding navigator) that displays all the data and allow user to navigate each record.
Does anybody had this problem before? Can somebody help me with a solution?
Thanks
han