Click here to Skip to main content
16,013,082 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Best way to read/write DBF files in .Net ? Pin
Thomas Stockwell5-Oct-08 6:06
professionalThomas Stockwell5-Oct-08 6:06 
GeneralRe: Best way to read/write DBF files in .Net ? Pin
Jaime Olivares5-Oct-08 7:56
Jaime Olivares5-Oct-08 7:56 
QuestionValue was too large or small for a decimal Pin
salaikumar2-Oct-08 20:45
salaikumar2-Oct-08 20:45 
AnswerRe: Value was too large or small for a decimal Pin
led mike3-Oct-08 5:23
led mike3-Oct-08 5:23 
GeneralRe: Value was too large or small for a decimal Pin
salaikumar3-Oct-08 11:33
salaikumar3-Oct-08 11:33 
AnswerRe: Value was too large or small for a decimal Pin
Dave Kreskowiak3-Oct-08 12:30
mveDave Kreskowiak3-Oct-08 12:30 
GeneralRe: Value was too large or small for a decimal Pin
salaikumar3-Oct-08 22:05
salaikumar3-Oct-08 22:05 
GeneralRe: Value was too large or small for a decimal Pin
Dave Kreskowiak4-Oct-08 3:35
mveDave Kreskowiak4-Oct-08 3:35 
salaikumar wrote:
While oracle can store that data why cant .Net access that data??


Was .NET written by Oracle?? No. There's nothing that says Microsoft has to support every feature of every database or anything else that might come .NETs way.

You have to use the Double data type to store the value. It's range is (copied from MSDN documentation):
-1.79769313486231570E+308 through -4.94065645841246544E-324 † for negative values;
4.94065645841246544E-324 through 1.79769313486231570E+308 † for positive values



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Value was too large or small for a decimal Pin
salaikumar4-Oct-08 21:01
salaikumar4-Oct-08 21:01 
QuestionUnit Testing in VSTS 2008 Pin
new2pgrmg1-Oct-08 22:52
new2pgrmg1-Oct-08 22:52 
AnswerRe: Unit Testing in VSTS 2008 Pin
John_Adams7-Oct-08 11:43
John_Adams7-Oct-08 11:43 
QuestionBackup help Pin
akshayshirke111-Oct-08 21:47
akshayshirke111-Oct-08 21:47 
Question.Net Help Pin
akshayshirke111-Oct-08 21:43
akshayshirke111-Oct-08 21:43 
AnswerRe: .Net Help Pin
Pete O'Hanlon1-Oct-08 22:59
mvePete O'Hanlon1-Oct-08 22:59 
AnswerRe: .Net Help Pin
Brij2-Oct-08 18:21
mentorBrij2-Oct-08 18:21 
AnswerRe: .Net Help Pin
Paul Conrad3-Oct-08 6:40
professionalPaul Conrad3-Oct-08 6:40 
QuestionAppDomain - Exchanging data between host and child processes Pin
Daniel Jansson1-Oct-08 4:20
Daniel Jansson1-Oct-08 4:20 
AnswerRe: AppDomain - Exchanging data between host and child processes Pin
Wendelius1-Oct-08 4:47
mentorWendelius1-Oct-08 4:47 
GeneralRe: AppDomain - Exchanging data between host and child processes Pin
Daniel Jansson1-Oct-08 5:29
Daniel Jansson1-Oct-08 5:29 
GeneralRe: AppDomain - Exchanging data between host and child processes Pin
Wendelius2-Oct-08 4:44
mentorWendelius2-Oct-08 4:44 
AnswerRe: AppDomain - Exchanging data between host and child processes Pin
Mark Churchill2-Oct-08 5:23
Mark Churchill2-Oct-08 5:23 
QuestionMMC Snap-In Pin
sedrik_k30-Sep-08 4:09
sedrik_k30-Sep-08 4:09 
AnswerRe: MMC Snap-In Pin
led mike30-Sep-08 5:03
led mike30-Sep-08 5:03 
GeneralRe: MMC Snap-In Pin
sedrik_k2-Oct-08 22:52
sedrik_k2-Oct-08 22:52 
GeneralRe: MMC Snap-In Pin
Pete O'Hanlon2-Oct-08 23:10
mvePete O'Hanlon2-Oct-08 23:10 

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.