Search results for query: *

  1. C

    query in storing the data into SQL

    Nm solved it casting the textbox value to varchar and casting the varchar to decimal.
  2. C

    query in storing the data into SQL

    I got same problem of above poster. Mine is even worse cause i'm trying to pass some decimal values in an Update string: This is how my code looks Dim MyConn AsNew SqlConnection("Data Source=MyServer;Initial Catalog=MyCatalog;Integrated Security=True") MyConn.Open() Dim dPrezzo AsDecimal =...
Back
Top