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
Mr Indian
NA
8
3.3k
Unable to get the CRUD operation from the tutorial
Jun 21 2013 3:02 PM
I am having problems with in the CRUD operation from the tutorial I found here ...
http://www.c-sharpcorner.com/UploadFile/9f4ff8/wpf-perform-all-database-operations/
When I use any of the functions and re-run the applications the data is not showing the reflection in either SQL Server or at the front end. I am using to use this at work, which they have VS 2010 Ultimate Edition and SQL Enterprise Edition 2012.
Could it be something I need to do in the following and so what needs to be done? Could it be something I need to do in the following and so what needs to be done?
SqlConnection conn = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\MyDatabase.mdf;Integrated Security=True;User
Instance=True");
public MainWindow()
SqlConnection conn = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\MyDatabase.mdf;Integrated Security=True;
User Instance=True");
public MainWindow()
Reply
Answers (
2
)
GridView to Excel Export
Need to get data from SQL Ce for an Ajax AutoCompleteExten..