Click here to Skip to main content
15,926,035 members
Home / Discussions / Database
   

Database

 
QuestionSql query find the primary key ,foreign key relationship between tables Pin
Rmesh13-Jul-07 23:41
Rmesh13-Jul-07 23:41 
AnswerRe: Sql query find the primary key ,foreign key relationship between tables Pin
Paul Conrad14-Jul-07 7:16
professionalPaul Conrad14-Jul-07 7:16 
AnswerRe: Sql query find the primary key ,foreign key relationship between tables Pin
Colin Angus Mackay14-Jul-07 10:28
Colin Angus Mackay14-Jul-07 10:28 
GeneralRe: Sql query find the primary key ,foreign key relationship between tables Pin
Paul Conrad14-Jul-07 10:50
professionalPaul Conrad14-Jul-07 10:50 
QuestionSystem.OverflowException for large Decimal value Pin
Uwe Keim13-Jul-07 23:35
sitebuilderUwe Keim13-Jul-07 23:35 
AnswerRe: System.OverflowException for large Decimal value [modified] Pin
Mike Dimmick14-Jul-07 5:51
Mike Dimmick14-Jul-07 5:51 
GeneralRe: System.OverflowException for large Decimal value Pin
Uwe Keim14-Jul-07 5:55
sitebuilderUwe Keim14-Jul-07 5:55 
GeneralRe: System.OverflowException for large Decimal value Pin
Uwe Keim14-Jul-07 6:47
sitebuilderUwe Keim14-Jul-07 6:47 
Trying a litte bit more, I wrote this simple test application:

internal sealed class Program
{
  private static void Main()
  {
    double v5 = 90807364313.118401000000000000;
    decimal v6 = 90807364313.118401000000000000m;
  
    Console.WriteLine( v5 ); // Outputs 90807364313.1184
    Console.WriteLine( v6 ); // Outputs 90807364313.11840100000000000
  }
}


Since both data types are able to store the original value, I cannot follow your initial explainations.

I still do think this is a bug in the ADO.NET framework.

--
Zeta Producer Desktop CMS
Intuitive, completely easy-to-use CMS for Windows.

Zeta Helpdesk
Open Source ticket software for Windows and web.

Zeta Uploader
Easily send large files by e-mail. Windows and web client.

Desargues
Innovative, lean and neat calculator for Windows.

GeneralRe: System.OverflowException for large Decimal value Pin
Mike Dimmick14-Jul-07 8:30
Mike Dimmick14-Jul-07 8:30 
GeneralRe: System.OverflowException for large Decimal value Pin
Uwe Keim14-Jul-07 8:36
sitebuilderUwe Keim14-Jul-07 8:36 
GeneralRe: System.OverflowException for large Decimal value Pin
Mike Dimmick14-Jul-07 8:54
Mike Dimmick14-Jul-07 8:54 
GeneralRe: System.OverflowException for large Decimal value Pin
Uwe Keim14-Jul-07 8:57
sitebuilderUwe Keim14-Jul-07 8:57 
GeneralRe: System.OverflowException for large Decimal value Pin
Uwe Keim14-Jul-07 20:15
sitebuilderUwe Keim14-Jul-07 20:15 
Questionusing datagrid in vb.net Pin
Rharzkie13-Jul-07 23:16
Rharzkie13-Jul-07 23:16 
AnswerRe: using datagrid in vb.net Pin
Manas Bhardwaj14-Jul-07 4:49
professionalManas Bhardwaj14-Jul-07 4:49 
GeneralRe: using datagrid in vb.net [modified] Pin
Rharzkie14-Jul-07 20:23
Rharzkie14-Jul-07 20:23 
AnswerRe: using datagrid in vb.net Pin
TomGarth15-Jul-07 9:05
TomGarth15-Jul-07 9:05 
Questionrecover a database in sql 2005 server Pin
prasadbuddhika13-Jul-07 22:54
prasadbuddhika13-Jul-07 22:54 
AnswerRe: recover a database in sql 2005 server Pin
Mike Dimmick14-Jul-07 5:53
Mike Dimmick14-Jul-07 5:53 
QuestionHelp for select statement Pin
Prakash_Mishra13-Jul-07 22:29
Prakash_Mishra13-Jul-07 22:29 
AnswerRe: Help for select statement Pin
kubben14-Jul-07 1:22
kubben14-Jul-07 1:22 
GeneralRe: Help for select statement Pin
Prakash_Mishra14-Jul-07 1:37
Prakash_Mishra14-Jul-07 1:37 
AnswerRe: Help for select statement Pin
Arun.Immanuel14-Jul-07 2:37
Arun.Immanuel14-Jul-07 2:37 
QuestionInsert Pin
pmartike13-Jul-07 21:09
pmartike13-Jul-07 21:09 
AnswerRe: Insert Pin
pmartike13-Jul-07 22:17
pmartike13-Jul-07 22:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.