且构网

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

使用Select SQL查询选择行时如何使用进度栏

更新时间:2023-01-13 08:40:16

*使用BackgroundWorker.

* Use BackgroundWorker.

*不要使用DataAdapter.Fill,它不会给您进度.

* Do not use DataAdapter.Fill, it will not give you the progress.

*改用SqlDataReader

* Use SqlDataReader Instead