Decimal value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    Decimal value

    I have been trying to save a decimal value into my sql database, what do you use , money, decimal, smallmoney, int ???
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by OuTCasT
    I have been trying to save a decimal value into my sql database, what do you use , money, decimal, smallmoney, int ???
    here's a good reference


    -- CK

    Comment

    • OuTCasT
      Contributor
      • Jan 2008
      • 374

      #3
      Originally posted by ck9663
      I see that u use either NVARCHAR() or REAL

      Comment

      • amitpatel66
        Recognized Expert Top Contributor
        • Mar 2007
        • 2358

        #4
        Originally posted by OuTCasT
        I see that u use either NVARCHAR() or REAL

        outcast,

        Just give a try by using this data types and post back if it does not work.

        Comment

        • OuTCasT
          Contributor
          • Jan 2008
          • 374

          #5
          Originally posted by amitpatel66
          outcast,

          Just give a try by using this data types and post back if it does not work.
          yeah i got it to work....

          Comment

          Working...