while executing proc getting below issue.
The SqlParameterCollection only accepts non-null SqlParameter type objects, not String objects
due to wrong namespace
using System.Data.SqlClient to using Microsoft.Data.SqlClient
imp
using System; public class HelloWorld { public static void Main(string[] args) { int[] ar={2,2,3,3,4,6,6}; C...
No comments:
Post a Comment