Posts by André Mendes • 1 point
1 post
-
0
votes1
answer28
viewsA: Calling the SQL variable for the program C#
There are easier ways, for example below: Here I am using . net core 3.1 (recommend) and installed the package: System.Data.Sqlclient CREATE PROCEDURE BUSCARMOTORISTA @Nome nvarchar(30) AS SELECT…