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
Arijit Pal
NA
1
3.1k
Loading Database by Open File Dialog
Nov 8 2012 9:43 AM
I Want To Make A C# Windows Application(Quiz Module), Where 5 Question Sets Are in 5 .sdf database files. At run time one user can select any question set(.sdf file), and after opening that questions will appear in windows form. I have coded, SqlConnection con = new SqlConnection(); con.ConnectionString = "Data Source=" + openFileDialog1.FileName; "Initial Catalog=ques;Integrated Security=True;"; con.Open(); But it shows an sql data exception. Please Help.
Reply
Answers (
1
)
Alternate control to radio button list and how it is to use in windows form?
Crystal Reports with Access Database