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
mahmud_uk
NA
48
0
View database fields in listView
Aug 3 2004 7:40 PM
I have this script where it makes access to the database remotely. Now i'm trying to show the result from the database in a listView Panel . Does any one knows what scripting i will need to do in order to show the data: private void button1_Click(object sender, System.EventArgs e) { DataSet ds = new DataSet(); SqlConnection con = new SqlConnection (@"Data Source= xxx.xxx.xxx.xxx;"+ Initial Catalog = drmTest;" + "Network Library=DBMSSOCN;"+ "user id =xx;"+ "Password=xx"); // assign conString String sQuery = "SELECT LicenseID, Name, Description FROM License WHERE LicenseID = '"+169+"'"; Console.WriteLine(sQuery); }
Reply
Answers (
1
)
Visual Basic 2005 Express Beta Edition
StreamReader/Writer - change encoding?