• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

SQL Err

Participant ,
Dec 29, 2008 Dec 29, 2008

Copy link to clipboard

Copied

[Macromedia][SQLServer JDBC Driver][SQLServer]Arithmetic overflow error converting real to data type numeric on Line 57

Line 57 :
AND EID = <cfqueryparam cfsqltype="CF_SQL_CHAR" value="#arguments.EID#">
TOPICS
Advanced techniques

Views

311

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Dec 29, 2008 Dec 29, 2008

Copy link to clipboard

Copied

What are the data types for the MetricSnapShotID and EID columns?

What are the values of the variables this.MetricSnapShotID and arguments.EID?

Could there be a problem with the join in your SQL statement? Does the SELECT statement work without a WHERE clause?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 29, 2008 Dec 29, 2008

Copy link to clipboard

Copied

LATEST
emmim44 wrote:
> [Macromedia][SQLServer JDBC Driver][SQLServer]Arithmetic overflow error
> converting real to data type numeric on Line 57

http://letmegooglethatforyou.com/?q=Arithmetic+overflow+error+%20+converting+real+to+data+type+numer...

Interesting results:
http://forums.devshed.com/ms-sql-development-95/arithmetic-overflow-error-converting-numeric-to-data...
http://support.microsoft.com/default.aspx?scid=kb;EN-US;155710

Please include more details about your problem in the future (software
versions, etc) and remember: google first ask questions later.

--
Mack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation