Hello everyone, I need to display in the DataGridView from the MS SQL database table a specific set of rows that are written in a file. With the output from the file, I myself, tell me how to display a specific line?
Example: There is a dbo.test table from it that you need to load into the DataGridView, do not touch the rest of the lines 1 and 5.
WHERE id IN (1,5,17)construct and understand that theINconstruct is very inefficient. - AK ♦