Click here to Skip to main content
16,005,316 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL SERVER Pin
sidbaruah17-Jul-07 19:08
sidbaruah17-Jul-07 19:08 
QuestionImport DB diagram in Visiso Pin
merwa14-Jul-07 22:06
merwa14-Jul-07 22:06 
AnswerRe: Import DB diagram in Visiso [modified] Pin
martin_hughes15-Jul-07 13:09
martin_hughes15-Jul-07 13:09 
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 
Having a website that is dealing with large numbers, I am storing values inside a decimal(36,18) SQL Server 2005 column.

Until recently, everything run smooth for about 1 year.

Then it crashed with a System.OverflowException exception ("Conversion overflows.") and the following stack trace (excerpt):

at System.Data.SqlClient.SqlBuffer.get_Decimal()
   at System.Data.SqlClient.SqlBuffer.get_Value()
   at System.Data.SqlClient.SqlDataReader.GetValueInternal(Int32 i)
   at System.Data.SqlClient.SqlDataReader.GetValues(Object[] values)
   at System.Data.ProviderBase.DataReaderContainer.CommonLanguageSubsetDataReader.GetValues(Object[] values)
   at System.Data.ProviderBase.SchemaMapping.LoadDataRow()
   at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
   ...

The value it seems to be unable to read from the database is 90807364313.118401000000000000 (i.e. a rather huge, approx. 90 billions Wink | ;-) ).

Now after digging, I found this thread at Google Groups. [^].

This thread, from 2004, tells that this is a bug in the .NET framework and that it will be fixed in next version. Now since it is already the next version, I am rather clueless.

Question: Anyone knows a hint or a workaround/fix for this issue? Maybe a hotfix from Microsoft is available?

Thanks
Uwe


--
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.

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 
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 

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.