-
[Edited by mike73 on 08-27-2001 at 03:15 PM]
-
Well....... an INTEGER datatype is one w/o any fractional part and your app gives it the max possible value for Oracle which is NUMBER(38,0) ( it being the same as NUMBER(38)).
Also, Oracle does not have an INTEGER datatype (PL/SQL uses INTEGER as a datatype, which is a subtype of NUMBER), so your app sets it as NUMBER.
My 2c's 
-amar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|