New Posts New Posts RSS Feed: SQL Server Data Type Compatibility
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

SQL Server Data Type Compatibility

 Post Reply Post Reply
Author
HaySeed View Drop Down
Newbie
Newbie


Joined: 08-Dec-2010
Location: California
Posts: 1
Post Options Post Options   Quote HaySeed Quote  Post ReplyReply Direct Link To This Post Topic: SQL Server Data Type Compatibility
    Posted: 08-Dec-2010 at 1:59pm
I have c# classes that use double as the data type of choice for properties that require precision to the 12th decimal. I am attempting to persist the objects using Ideablade classic into SQL Server 2005.

As I'm sure you know, SQL server 2005 has no data type for double.  Using Numeric(x,y) or Decimal(x,y) produces an "Arithmetic Overflow" error.  What SQL Server data type should I use to support a C# double?
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down