This is a discussion on View in SQL Server float, same view linked in Access Long Integer within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Why is it when I link a view from a SQL Server backend to an Access front end it ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Why is it when I link a view from a SQL Server backend to an Access front end it converts the data type for one specific field to a Long Integer, effectively truncating all the data that has anything in decimal form? I can open all rows and look at the data in SQL server, and it is fine. But when I look at it in Access, it's truncated. I looked in design view in Access, and the data type is Long instead of double. It only does it for this one field. All other fields are converted fine. |