TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Haidon Diogenes
NA
21
7k
Query Sql Server in String
Jan 29 2016 10:56 AM
I want to assign the result of a SQL Server query to a variable. This query may or may not have more than one line, but only one column.
Example:
QUERY> SELECT NAME FROM NAMES
OUTPUT
NAME
Michael
Michele
John
James
Variable > String names = ('Michael','Michele','John','James');
Reply
Answers (
5
)
Print From WPF Browser
Calling a window, passing data back, within a loop