I am having problems with my project again :(
Front end - C #
I need to support a multi-line query, such as an MS SQL server, and when these queries are executed, there will naturally be many result sets.
Obtaining data corresponding to the results is not a problem, but how to make it look the way it is done on the MS SQL server. Is one result set lower than another and with a scroll bar?
Should I bind it to a datagrid? If so, how can I bind multiple tables to a datagrid? and will it automatically generate scrollbars and columns?
If I do not understand, let me know and I will try to be more clear.
ps: If anyone knows how to do this using XtraGridControl in devexpress, that would be awesome !: D
source share