Returning multiple tables from a stored procedure

后端 未结 2 1256
青春惊慌失措
青春惊慌失措 2020-12-03 04:42

In my winform application I have the following scenario:

I want to get multiple tables on a single event. Returning all tables as dataset in sin

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 05:29

    If you load each table separately and use threads you can greatly improve the performance.

    Datasets are also very heavy weight... so try avoiding them if possible.

提交回复
热议问题