Re: FLOAT

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Rogers wrote:
> I only want to use float datatype because I have to frequenly convert
> the database into Access 97 and Access doesn't support decimal and
> numeric datatype.
>

Access 2003 ( I realize this is not Access 97 - but that version is almost 9
years old) has a Number Data Type, which can then be qualified with the
"Number" type. Choice abound:
- Byte
- Integer
- Long Integer
- Single
- Double
- Replication ID
- Decimal - which has precision and scale to match that used by SQL Server


--
David Gugick
Quest Software


.



Relevant Pages

  • Re: FLOAT
    ... >I only want to use float datatype because I have to frequenly convert the ... >database into Access 97 and Access doesn't support decimal and numeric ... I could enter and retrieve data without any problems ... Prev by Date: ...
    (microsoft.public.sqlserver.clients)
  • Issue in using round in Vbscript
    ... I am using a Round to get the Value of a Float datatype column from a database ... It do returns a value as 0 but it stores it into a table it's -1 my column for Temp is of Float datatype ...
    (microsoft.public.sqlserver.server)
  • RE: Issue in using Round
    ... I am using a Round to get the Value of a Float datatype column from a database ... It do returns a value as 0 but it stores it into a table it's -1 my column for Temp is of Float datatype ...
    (microsoft.public.sqlserver.server)