Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Word wrap problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
aspfun  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 17:28
Newsgroups: microsoft.public.sqlserver.programming
From: "aspfun" <u53138@uwe>
Date: Thu, 05 Nov 2009 17:28:07 GMT
Local: Thurs 5 Nov 2009 17:28
Subject: Word wrap problem
How to do Word wrap is always cofused me.
For example, can someone help me to fix it?

N' INSERT INTO A6 ( CLAIMNO_HFK, CLAIMNO, SEQUENCE, SUBJECT, NOTES,'+
N' SECURED_YN, NOTSHARED_YN, ' +
N' CREATEBY, CREATEDATE, LASTCHANGEBY,LASTCHANGEDATE )' +
N' VALUES (@myclaimno, @myclaimno, 1, @sourcedesc,' +
N' @sourcedesc + ' ~ ' + @issuedesc + ' ~ ' + CAST(@note AS CHAR)'+ +
N' '~ Please process as noted. ~ '' +
N' @operatorname + '~ ' + @date  ,0,0,@operatorid, @rcvdate,' +
N' @operatorid, @rcvdate)'


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Bell  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 21:26
Newsgroups: microsoft.public.sqlserver.programming
From: "John Bell" <jbellnewspo...@hotmail.com>
Date: Thu, 5 Nov 2009 21:26:11 -0000
Local: Thurs 5 Nov 2009 21:26
Subject: Re: Word wrap problem

"aspfun" <u53138@uwe> wrote in message news:9ea9d6eb01d71@uwe...
> How to do Word wrap is always cofused me.
> For example, can someone help me to fix it?

> N' INSERT INTO A6 ( CLAIMNO_HFK, CLAIMNO, SEQUENCE, SUBJECT, NOTES,'+
> N' SECURED_YN, NOTSHARED_YN, ' +
> N' CREATEBY, CREATEDATE, LASTCHANGEBY,LASTCHANGEDATE )' +
> N' VALUES (@myclaimno, @myclaimno, 1, @sourcedesc,' +
> N' @sourcedesc + ' ~ ' + @issuedesc + ' ~ ' + CAST(@note AS CHAR)'+ +
> N' '~ Please process as noted. ~ '' +
> N' @operatorname + '~ ' + @date  ,0,0,@operatorid, @rcvdate,' +
> N' @operatorid, @rcvdate)'

It is not clear what your problem is. This is just string concatenation in
which you want to append the values of the variables, or are they being
passed to sp_executesql?

John


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google