Re: NUMERIC field contents

2001-09-18 Thread Pete Harlan
On Tue, Sep 18, 2001 at 01:45:30PM -0700, Dana Powers wrote: > And my question is, if you've defined your column to have (10,2) precision, > why would you try to insert a higher precision number? Perhaps he's writing a report, and the application needs to know the size of the data to expect. It'

Re: NUMERIC field contents

2001-09-18 Thread Jim Dickenson
; <[EMAIL PROTECTED]> > To: "Dana Powers" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, September 18, 2001 1:35 PM > Subject: Re: NUMERIC field contents > > >> On 9/18/01 11:25 AM, Dana Powers at [EMAIL PROTECTED] wrote: >> >

Re: NUMERIC field contents

2001-09-18 Thread Dana Powers
PROTECTED]> Sent: Tuesday, September 18, 2001 1:35 PM Subject: Re: NUMERIC field contents > On 9/18/01 11:25 AM, Dana Powers at [EMAIL PROTECTED] wrote: > > > > >> The problem is that a number that is in the > >> MySQL database might be a magnitude of

Re: NUMERIC field contents

2001-09-18 Thread Jim Dickenson
On 9/18/01 11:25 AM, Dana Powers at [EMAIL PROTECTED] wrote: > >> The problem is that a number that is in the >> MySQL database might be a magnitude of 10 times larger than a number that > is >> in the PostgreSQL database. > > Could you explain this? > > dpk > > > ---

Re: NUMERIC field contents

2001-09-18 Thread Dana Powers
> The problem is that a number that is in the > MySQL database might be a magnitude of 10 times larger than a number that is > in the PostgreSQL database. Could you explain this? dpk - Before posting, please check: http://

Re: NUMERIC field contents

2001-09-18 Thread Dana Powers
- Original Message - From: "Chris Johnson" <[EMAIL PROTECTED]> To: "Jim Dickenson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 8:01 AM Subject: Re: NUMERIC field contents > On Sun, Sep 16, 2001 at 02:11:20PM -0700, Jim

Re: NUMERIC field contents

2001-09-18 Thread Jim Dickenson
On 9/18/01 8:01 AM, Chris Johnson at [EMAIL PROTECTED] wrote: > On Sun, Sep 16, 2001 at 02:11:20PM -0700, Jim Dickenson wrote: >> Does anyone have an opinion about the following? Are people using decimal >> type fields? Is it important for the database to allow only allowed data? > > I use decim

Re: NUMERIC field contents

2001-09-18 Thread Chris Johnson
On Sun, Sep 16, 2001 at 02:11:20PM -0700, Jim Dickenson wrote: > Does anyone have an opinion about the following? Are people using decimal > type fields? Is it important for the database to allow only allowed data? I use decimal datatype fields all the time for my monetary amounts. I've always t