Datatype in SQlserver2000

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siri11
    New Member
    • Sep 2007
    • 38

    Datatype in SQlserver2000

    Hi
    I'm having values that are of "double" data type(In c#.net Windows Application).I want to store these values into the Database.Please tell me what Datatype can I use to define these values in my Database(Sql Server 2000)

    Thank you in advance
    siri
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by siri11
    Hi
    I'm having values that are of "double" data type(In c#.net Windows Application).I want to store these values into the Database.Please tell me what Datatype can I use to define these values in my Database(Sql Server 2000)

    Thank you in advance
    siri
    Numeric, Decimal, Money, SmallMoney, Float ...

    Comment

    Working...