No announcements
Found 32 threads
-
0 Votes
OracleNumber and OracleDateTime
User-592976280 posted This link http://msdn.microsoft.com/zh-tw/library/system.data.oracleclient.oracledatareader%28v=VS.100%29.aspx ...Answered | 2 Replies | 49 Views | Created by Anonymous - Thursday, June 9, 2011 2:31 PM | Last reply by Anonymous - Monday, June 13, 2011 9:14 AM -
0 Votes
InvalidCast From 'OracleNumber' to 'Integer'
Unless of course, OracleNumber doesnt properly serialize itself to a string.Unanswered | 4 Replies | 45 Views | Created by Anonymous - Sunday, December 19, 2004 5:45 AM | Last reply by Anonymous - Monday, December 20, 2004 9:46 AM -
0 Votes
convert object to long?
It also says it is type object, but if I do GetType on the object it says OracleNumber.Answered | 10 Replies | 26992 Views | Created by Christopher Pisz - Tuesday, February 2, 2010 4:13 PM | Last reply by Christopher Pisz - Tuesday, February 2, 2010 5:40 PM -
4 Votes
set string to a dattime format
OracleDataReader typically returns an OracleDateTime for date columns - but in this case it's obviously not.Answered | 17 Replies | 3049 Views | Created by bagua8 - Thursday, August 2, 2012 8:45 PM | Last reply by Chris Dunaway - Friday, August 3, 2012 8:58 PM -
0 Votes
Convert / Type Cast Oracle Number type to .Net Decimal
Hello All, Is it possible to convert OracleNumber Datatype to .Net Decimal ?.Answered | 1 Replies | 3133 Views | Created by Rithesh Krishnan - Wednesday, September 12, 2012 12:21 PM | Last reply by Mitja Bonca - Wednesday, September 12, 2012 1:04 PM -
0 Votes
What's the rlation between twe request in different IE Window/
OracleString oraclestring1 = reader.GetOracleString(0); Console.WriteLine("OracleString " + oraclestring1.ToString()); //Second ...Answered | 4 Replies | 9 Views | Created by Anonymous - Monday, December 24, 2007 8:24 PM | Last reply by Anonymous - Sunday, December 30, 2007 8:34 PM -
9 Votes
OCI-22053: overflow error caused when retreiving valid data inserted using System.Data.OracleClient
decimal dec = 49.112576666666666666666666667m; ...Answered | 16 Replies | 90900 Views | Created by Dan Sorak - Tuesday, June 21, 2005 8:02 PM | Last reply by rs.developer - Thursday, July 8, 2010 8:35 PM -
1 Votes
Error: literal does not match format string
Based on my experience ,I would like to suggest you to refer OracleDateTime Explicit Conversion (String to OracleDateTime) that Converts a String to an ...Answered | 6 Replies | 2777 Views | Created by Shayaan - Thursday, October 24, 2013 7:51 PM | Last reply by Lilia gong - MSFT - Monday, October 28, 2013 10:57 AM -
1 Votes
How can assign ExecuteOracleScalar() to int
In this case, from the error you can see that it is returning an OracleNumber.Answered | 4 Replies | 11113 Views | Created by Hytham - Monday, April 3, 2006 8:21 AM | Last reply by Rafiqul Islam - Thursday, November 13, 2008 7:11 AM -
0 Votes
Connectiong to Oracle database using OracleClient error
quot;, null); try ...Answered | 1 Replies | 10394 Views | Created by charlesd1181 - Wednesday, January 14, 2009 10:26 PM | Last reply by Shrikant Maske - Thursday, April 2, 2009 12:19 PM -
0 Votes
Help To view Name,Datatype,Null of all tables created
In .NET Framework, you can use System.Data.OracleClient that maps Oracle's NUMBER type to .NET CLR type Decimal, or to OracleNumber.Answered | 1 Replies | 3024 Views | Created by Totz - Monday, September 3, 2007 3:16 AM | Last reply by Bruno Yu - Wednesday, September 5, 2007 6:00 AM -
0 Votes
Change OracleDataAdapter property
Resolved this by creating the report without previewing then opened the .rdl file in my xml editor and changed the typename value for each System.Decimal ' ...Answered | 2 Replies | 6548 Views | Created by ghw123 - Tuesday, June 26, 2007 11:46 PM | Last reply by AdnanHasan - Wednesday, August 8, 2007 8:02 PM -
0 Votes
custom objects in webservice returns null
User1696475319 posted Why are you returning OracleString and OracleDateTime?Answered | 2 Replies | 63 Views | Created by Anonymous - Monday, August 24, 2009 12:22 PM | Last reply by Anonymous - Monday, August 24, 2009 1:58 PM -
0 Votes
Get table schema of table in Oracle
System.Data.OracleClient maps Oracle's NUMBER type to the .NET CLR type Decimal, or to OracleNumber.Answered | 2 Replies | 14132 Views | Created by Hytham - Thursday, July 27, 2006 9:28 AM | Last reply by Sarah Parra - MSFT - Friday, July 28, 2006 12:28 AM -
0 Votes
overflow error
OracleNumber StructureUnanswered | 1 Replies | 29 Views | Created by Anonymous - Wednesday, November 12, 2003 10:22 AM | Last reply by Anonymous - Wednesday, November 12, 2003 10:27 AM -
3 Votes
Why is the OracleDataReader that I'm using null?
OracleString oraclestring1 = reader.GetOracleString(0); Console.WriteLine("OracleString " ...Answered | 3 Replies | 3734 Views | Created by B Clay Shannon - Friday, April 6, 2012 12:35 AM | Last reply by Narendran Ponpandiyan - Friday, April 6, 2012 5:44 AM -
0 Votes
OCI-22053: overflow error
Seems the dot net driver cannot handle precision beyond 22 as compared to OracleNumbers.Answered | 4 Replies | 11585 Views | Created by thatsallfolks - Thursday, June 11, 2009 8:26 PM | Last reply by Visakh16 - Monday, June 4, 2018 8:08 AM -
0 Votes
oracle over flow error
sqlReader.GetOracleNumber(10).IsNull) { dbActDeal = (Double)(OracleNumber)(sqlReader.GetOracleNumber(10)); } Now I ...Unanswered | 5 Replies | 41 Views | Created by Anonymous - Thursday, October 12, 2006 11:45 PM | Last reply by Anonymous - Friday, October 13, 2006 5:01 PM -
0 Votes
How to use Execute oracle scalar to get the data in integer?
now i have to store these value through execute oracle scalar but i am not able to store those value getting error that is: Conversion from type ...Answered | 2 Replies | 51 Views | Created by Anonymous - Friday, October 12, 2012 8:52 AM | Last reply by Anonymous - Monday, October 15, 2012 4:20 AM -
0 Votes
how to use TimeTToDateTime() converted datetime to compare date in c#
http://msdn.microsoft.com/en-us/library/e29wcwzh(v=VS.71).aspx //and maps to OracleDateTime.Discussion | 7 Replies | 3938 Views | Created by ravi_sharan - Tuesday, April 7, 2009 3:21 PM | Last reply by kmacpher67 - Thursday, June 16, 2011 3:58 PM - Items 1 to 20 of 32 Next ›
No announcements