Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Question

Status
Not open for further replies.

darude

Programmer
Jun 23, 2003
138
US
Hello,
I am creating a query from two tables that belong to an Oracle database. I get the error message "Scaling of decimal value resulted in data truncation" when running the query. I tried using the round function, it gives the same message. Thanks for any help you can provide.
 
Thanks for your response. That doesn't seem to work either. Changing the data type works when just running the query, but it fails when running a make-table. We are trying to pull data into our system from another source. If you have other suggestions let me know. Thanks.
 
I did think about that but since I have no control over the scale settings in the Oracle design or changing those settings in any way I don't see that as an option in this case. Am I wrong?

Another thing I tried is to create an access table structure with everything (including the scale settings) set correctly and then using an append query to bring the data in. That didn't work either I got the same error message. That leads me to believe that the problem is with the link through access to the oracle data source.

Any other suggestions? I'm open to any information I can get based on the fact that I'm on a deadline and getting desperate!!!
 
can i look at your query?? atleast a part of it that results in this error

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top