J
Jim Hong
When using:
objParameter = objCommand.Parameters.Add("@ResultsID",
SqlDbType.Int)
VS .Net does not recognize "SqlDbType". Yes I have
imported the System.Data.SqlClient namespace.
Does anyone know what i'm doing wrong?
objParameter = objCommand.Parameters.Add("@ResultsID",
SqlDbType.Int)
VS .Net does not recognize "SqlDbType". Yes I have
imported the System.Data.SqlClient namespace.
Does anyone know what i'm doing wrong?