I\'m trying to get output value from DB via ADO.NET. There\'s a client code:
using (var connection = new SqlConnection(ConnectionString)) {
VarChar and NVarChar are variable width character fields (thus var+char). You have to set the length, otherwise the default is zero.