Scaling of decimal value resulted in data truncation

M

MRH

I connect to ans SQLServer 2000 database. When using an expression containing
fields of type decimal in a query, I get the above message, although the
query is a simple select query.
 
B

Brendan Reynolds

Check the precision of the column in the SQL Server database. SQL Server
supports a maximum precision of 38, but the maximum in JET is 28.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top