I have a resident registration system, I would like to display the quantity of records that result from my SQL lookup on my form in Visual Studio
The SQL code is as follows
SELECT * FROM PERGUNTAS WHERE BAIRRO = 'MCMV - INOÃ'
In SQL Server Management Studio gives me a result of 601 lines, I would like to display this 601 in the Visual Studio form.