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
Navneet Nayak
NA
27
2.3k
database connection string
Jan 24 2017 1:08 PM
I am working on a window form.....where i am creating a database.
to connect in that database i need a connection string....
(
Data Source=.\SQLEXPRESS;AttachDbFilename="c:\users\lipu\documents\visual studio 2010\Projects\marriage_book\marriage_book\giftdb.mdf";Integrated Security=True;User Instance=True
)
while inserting the above string, it is showing some error.... what is wrong with the above string.
Reply
Answers (
12
)
Add rows and column at runtime and update values to database
Display value from Database to TextBox in listview