Numeric overflow
From: DiggidyMack69 (DiggidyMack69_at_hotmail.com)
Date: 12/21/03
- Next message: Rob: "Real Newbie Question"
- Previous message: DaWaN: "Java on Web"
- Next in thread: Anthony Borla: "Re: Numeric overflow"
- Reply: Anthony Borla: "Re: Numeric overflow"
- Reply: Amey Samant: "Re: Numeric overflow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Dec 2003 18:36:13 -0800
Hello folks,
I have a servlet in a Java web app that accesses an oracle table with
a column that is NUMBER(12)
When I put an integer into it of 10 digits or larger I get a numeric
overflow error. I am using the getInt method and putting that into a
java int variable. Do either of these have a max length and if so what
should I be using for large number??
thanks in advance,
DM
- Next message: Rob: "Real Newbie Question"
- Previous message: DaWaN: "Java on Web"
- Next in thread: Anthony Borla: "Re: Numeric overflow"
- Reply: Anthony Borla: "Re: Numeric overflow"
- Reply: Amey Samant: "Re: Numeric overflow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]