Re: ALTER COLUMN
From: David Freeman (freeman_at_ihug.co.nz)
Date: 08/16/04
- Next message: Bernhard Geyer: "Re: Use ADO for Sql Server and Oracle or DBExpress??"
- Previous message: Viatcheslav V. Vassiliev: "Re: Row cannot be located for updating"
- In reply to: George Kvasha: "Re: ALTER COLUMN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 16 Aug 2004 20:49:31 +1200
Hi
Double is not known in any of the database with which I am familar (not many
though). Perhaps a 'float' is available in access, I have never looked. If
you need FIXED with 2 dp then decimal(11, 2) may also be what you are after.
On the other hand, if it is the display which should always show 2dp then
this is a display problem and should be set in the displayformat of the
tfield or some other suitable place.
David
- Next message: Bernhard Geyer: "Re: Use ADO for Sql Server and Oracle or DBExpress??"
- Previous message: Viatcheslav V. Vassiliev: "Re: Row cannot be located for updating"
- In reply to: George Kvasha: "Re: ALTER COLUMN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|