Relative Content

Tag Archive for go

I can’t read the SQL output parameter into a variable

Using the driver github.com/microsoft/go-mssqldb to interact with MS SQL Server.
In this code snippet, the return value from the procedure should be read into the result variable. However, the result value does not change, the value is not returned.