且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将datagridview的更改更新为SQL(大型数据库)

更新时间:2023-02-08 17:26:42

通过提示在加载记录之前先过滤数据而不是之后应用过滤器来修复它。
Fixed it by prompting to filter the data first before loading the records rather than applying the filter afterwards.


40,000条记录 - 在datagridview中 - 你不喜欢你的用户吗? (闻起来有'糟糕的设计')



你能否



a)'页面加载'你的数据或



b)在程序启动时加载后台线程中的记录(我使用这种技术从FTP服务器获取数据 - 当用户使用时到达他们需要的标签页,嘿 - presto在那里)
40,000 records - in a datagridview - dont you like your users ? (it smells of 'bad design')

can you either

a) 'page load' your data or

b) load the records in a background thread while the program is starting up (I use this technique to get data from a FTP server - by the time the user gets to the tab-page where they need it, hey-presto its there)