Hi All
Iam using ASP.NET (C#) and Oracle 9i as backend.
I have to create a table with dataType Double and i came to know Oracle doesnt have a specific dataType like DOUBLE , instead we have to use either NUMBER or FLOAT..
Is there any other way that i can create/manipulate DOUBLE DataType in Oracle. if so HOW?
Any help would be appreciated.

Pratap