All source code in Visual Basic Ask a Visual Basic Pro Discussion Forum Categories All jobs in Visual Basic
Convert,rows,data,into,single,column,without,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 5,109,021. lines
 Jobs: 248. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for Visual Basic.
CLockSimiliator Programming Technicals
By Andron Smith on 11/18


Simple Youtube Downloader
By AMIT MESHRAM on 11/18


EliteXp® ASM EnumWindows (In a Class, Not a Module)
By EliteXP Software Solutions on 11/17


Click here to see a screenshot of this code!Multi Tab Web Browser
By Sudeepto Das on 11/17

(Screen Shot)

Click here to see a screenshot of this code!HTML Editor
By xkaos17 on 11/17

(Screen Shot)

Click here to see a screenshot of this code!Win Clock TrayBar
By xkaos17 on 11/17

(Screen Shot)

Click here to see a screenshot of this code!SerialHunter by Rajendra Khope
By Rajendra Khope on 11/14

(Screen Shot)

Click here to see a screenshot of this code!Gantt Chart Platform
By Anele Mbanga on 11/17

(Screen Shot)

Click here to see a screenshot of this code!Trial Software
By xkaos17 on 11/17

(Screen Shot)

Loading C++ DLL In Visual Basic
By Andron Smith on 11/11


Motion WebCam Plus Server - Client
By Tiko79 on 11/10


Click here to see a screenshot of this code!Convert Numbers v1.5(Binary, Octal, Decimal, Hex and other...) supports very long numbers
By Saed abumokh on 10/19

(Screen Shot)

You only ever need 1 timer
By TonyGG on 3/9


Click here to see a screenshot of this code!Newlogin
By William - on 4/25

(Screen Shot)

Click here to see a screenshot of this code!Mixer with crossfader - V5.00 Remixed By Stuntmaster (updated)
By Benjamin Grant on 11/15

(Screen Shot)

CDPly105.ZIP
By Gary D. Moore on 11/15


Click here to see a screenshot of this code!Pokemon Cawi Version
By cornelio b cawicaan jr on 11/15

(Screen Shot)

Click here to see a screenshot of this code!Save, Retrieve Image from Database (MSSQL)
By brandon teoh on 11/14

(Screen Shot)

AniX Trial Setter
By Ashish Kumbhar on 11/9


Add WAV sound to AVI video
By OTIV on 11/7


Click here to see a screenshot of this code!ZipSearch 1.1.9 * Search File Names & Content in File System & Zip Files
By Rde on 7/17

(Screen Shot)

Click here to see a screenshot of this code!Billing System
By jaypabs on 11/25

(Screen Shot)

Load Image Example
By Andron Smith on 11/11


Lines
By Andron Smith on 11/11


Click here to see a screenshot of this code!Numeric Textbox (NumBox) v2.0 Updated
By Rizal Putra W. on 11/1

(Screen Shot)

Click here to see a screenshot of this code!Extremely Fast Case-Insensitiv e Unicode String Array Sorting Class (11-11-2009)
By Rde on 10/20

(Screen Shot)

Click here to see a screenshot of this code!BARCODE CREATER
By M-JUMBO on 10/26

(Screen Shot)

Click here to see a screenshot of this code!Create A Photo Collage (Update)
By Kenneth Foster on 11/8

(Screen Shot)

Click here to see a screenshot of this code!Custom Functions - How Esy Functions Can Be
By Alistair Collins on 11/10

(Screen Shot)

Click here to see a screenshot of this code!CPU Scheduling
By Ryan C. Bangoy on 11/10

(Screen Shot)

Motion Webcam
By Tiko79 on 7/22


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

How to convert rows into single comma seperated column

Print
Email
 
VB icon
Submitted on: 10/27/2009 9:40:06 AM
By: amarjeet1984 
Level: Advanced
User Rating: Unrated
Compatibility:VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages) , VBA MS Access, VBA MS Excel

Users have accessed this code 1043 times.
 
 
     Convert rows data into single column (without using cursor)
 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

'**************************************
' Name: How to convert rows into single 
'     comma seperated column
' Description:Convert rows data into sin
'     gle column (without using cursor)
' By: amarjeet1984
'
' Returns:Data like 
'All,BF,Lunch,Dinner,N/A,'
'
'This code is copyrighted and has' limited warranties.Please see http://w
'     ww.Planet-Source-Code.com/vb/scripts/Sho
'     wCode.asp?txtCodeId=72590&lngWId=1'for details.'**************************************

Meal_Plan_ID Meal_Plan_Name
1	 All
2	 BF
3	 Lunch
4	 Dinner
5	 N/A


Declare @sStr varchar(500)
    Set @sStr = ''


    Select @sStr = @sStr + Meal_Plan_Name + ',' from tbl_meal_plan


        Select @sStr

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments

 There are no comments on this submission.
 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2009 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.