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
ibrahimtopcuoglu
NA
5
0
UserID and Password
Nov 5 2004 2:37 AM
1.I m a begining student of C#.I want to do form with userid and password boxes by using access table.How can I do this.Would you like to tell me step by step. 2.if I do like this -----string sorgusu=string.Format("SELECT COUNT(UsersID) FROM Users WHERE UserName = '50' AND UserPassword = 'A1'");---------form is working but if it is like this string sorgusu=string.Format("SELECT COUNT(UsersID) FROM Users WHERE UserName = textBox1.text AND UserPassword = textBox2.text"); WHAT MUST I DO? 3.IS THERE ANY NOTES ABOUT SELECTION STATEMENTS WHICH IS USED IN C# FOR ACCESS TABLES THANKS YOU VERY MUCH
Reply
Answers (
2
)
getting no answer:(
how to write in a file a multiline TextBox?