Hello Access World,
I am storing Lat / Long from GoogleMaps API in SQL Server. It is recommended to use the Float Datatype to store Lat / Long, however, when I use Float MS Access presents me with the following error when I open the Linked Table.
When I store Lat / Long as Decimal(9,6) access linking works well.
I can accept the extra storage for the Decimal datatype but I wanted to understand if this is the best approach to resolve this issue.
Thank you.
I am storing Lat / Long from GoogleMaps API in SQL Server. It is recommended to use the Float Datatype to store Lat / Long, however, when I use Float MS Access presents me with the following error when I open the Linked Table.
When I store Lat / Long as Decimal(9,6) access linking works well.
I can accept the extra storage for the Decimal datatype but I wanted to understand if this is the best approach to resolve this issue.
Thank you.