Using Oracle Zero Date

Posted by Noam on Stack Overflow See other posts from Stack Overflow or by Noam
Published on 2010-01-18T13:09:28Z Indexed on 2010/04/28 11:03 UTC
Read the original article Hit count: 147

Filed under:
|
|

I have an application with existing data, that has Zero in the date column.

When I look at it from sqlplus I see: 00-DECEMB

when I use the dump function on this column, I Get: Typ=12 Len=7: 100,100,0,0,1,1,1

I need to work with the existing data from .Net (no changes to the data,or the data structure or even existing sql statements)

How the hack do I read this value, or write it.

The db version varies, from 8 to 11.

Help would be appreciated

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about c#