Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7816783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:59:43+00:00 2026-06-02T05:59:43+00:00

The following code sends error. @resp2 is INT, it’s the result of a sum

  • 0

The following code sends error.

@resp2 is INT, it’s the result of a sum preiously done. So now I want to update some row in another table using a dinamic statement.

SET @SQL = 'update TelepromTableNamesInfo set [Resp] = '+@RESP2+'
                where nombre = ''' + @TableWBraq + ''''
EXEC (@SQL)

First thing I’ve tried is ”’+@resp2+”’ But I don’t want it be

‘ variable value ‘

since it’s an INT value and there’s no need for ”

The error makes sence. I can’t put some INT value into a string. I’d use cast or convert but how can I do it inside the statement?
Or maybe I’m approaching the update from the wrong perspective?

Thanks.

EDIT

Solved.

'+ cast(@RESP2 as nvarchar(7))+'

It was easier than I thought, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T05:59:45+00:00Added an answer on June 2, 2026 at 5:59 am
    SET @SQL = 'update TelepromTableNamesInfo set [Resp] = '+ CAST(@RESP2 AS VARCHAR(50)) +'
                    where nombre = ''' + @TableWBraq + ''''
    EXEC (@SQL)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following code sends me an email holding the following variables. One of the
Following is the code which listens on a port for HTTP requests and sends
I'm using following code to send sms throuh gsm modem for (int i =
I have the following code: (some.aspx.cs) if(Page.IsPostBack) { bool apple2 = false; bool pizza2
I have a rails code that sends emails. Following is in my controller: def
The following code adds tasks that perform some processing on files from the blobstore,
The following code runs a socket server on a thread. The client socket sends
I want to send email using the php code, Following is the code should
The following code sends messages from child processes to their parents using socket pairs.
The following code is issuing the following error message: A Database Error Occurred Error

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.