Google Answers Logo
View Question
 
Q: Access SQL: Create Table: Decimal Data Type? ( No Answer,   1 Comment )
Question  
Subject: Access SQL: Create Table: Decimal Data Type?
Category: Computers > Programming
Asked by: jjsonp-ga
List Price: $5.00
Posted: 05 Jan 2006 09:19 PST
Expires: 05 Jan 2006 09:59 PST
Question ID: 429487
I want to use Microsoft Access SQL (version 2003) to create a table.
It works fine *EXCEPT* I can't seem to create a decimal number type!

I'm trying to do this in the Query/SQL pane:
CREATE TABLE [TEST] ([ID] Long NOT NULL, [MyTextField] Text (2),
[MyDecimalField] Decimal(10,6))

Everything works except the Decimal declaration. I've tried changing
the word 'Decimal' to 'Double', 'Numeric', etc. but no dice. I need
that field to have a Precision of 10 and a Scale of 6. Can someone
please tell me the proper syntax? I've searched and searched but can't
find exactly what I'm looking for.

Thanks!
Answer  
There is no answer at this time.

Comments  
Subject: Re: Access SQL: Create Table: Decimal Data Type?
From: mathtalk-ga on 05 Jan 2006 09:35 PST
 
My recollection may be somewhat dated, but in the past Access did not
support a decimal/numeric datatype, which they highlighted under their
items of ANSI SQL noncompliance.  The MS suggested "workaround" is to
use the money datatype, which is a bit cheesy, but does offer 4 digits
of fixed precision to the right of the decimal point.

regards, mathtalk-ga

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy