Passing Decimal Value to Stored Procedure

      cmd.Parameters.Add(New SqlParameter("@MEISVatPer", SqlDbType.Decimal) With {.Precision = 6, .Scale = 2}).Value = sfdblMEISVatPercent.DoubleValue

Comments

Popular posts from this blog

Rebuild Index

Exclude property of Class Object from Serialization

Multiple Connection from Config File