Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Money DataType

Money DataType

Scheduled Pinned Locked Moved Database
questioncsharpdatabasesql-serversysadmin
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DotNetWWW
    wrote on last edited by
    #1

    hi all , I want tp populate a combobox with all SQL Server supported currency symols , where can I find this list and how can I read/write money values from a .net app? Thanks in advance

    C 1 Reply Last reply
    0
    • D DotNetWWW

      hi all , I want tp populate a combobox with all SQL Server supported currency symols , where can I find this list and how can I read/write money values from a .net app? Thanks in advance

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      DotNetWWW wrote:

      I want tp populate a combobox with all SQL Server supported currency symols

      SQL Server does not care about currency symbols. It is up to you to ensure that data is in the correct currency, or that if it will be in multiple currencies that you supply the appropriate data with regard to that.

      DotNetWWW wrote:

      where can I find this list

      There is no list of currency symbols for SQL Server. You can probably google for a list though.

      DotNetWWW wrote:

      how can I read/write money values from a .net app?

      A money column in SQL Server will be a decimal in .NET


      Upcoming FREE developer events: * Developer Day Scotland My website | blog

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups