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
gokhan gokhan
NA
1
0
sql server-database insert
Aug 14 2007 4:51 PM
i guess there is something i am missing,i made the settings of databasedataset and it has the source like;
file:///C:/.../Projects/WindowsApplication3/WindowsApplication3/DataBase.mdf
my database is in the directory above and it does not exist anywhere else,however i try to insert a new info to the database like the code below
this.TableAdapter.Insert(textBox1.Text.ToString()...);
MessageBox.Show("Succeeded");
Application.Exit();
however then there exist another database on the directory below
file:///C:/.../Projects/WindowsApplication3/WindowsApplication3/bin/Debug/DataBase.mdf
and the new row is inserted to the row that new created but this new row isn't inserted to the database i aim to insert
what is the point that i am lacking?
thanx
Reply
Answers (
0
)
how to use Format Function in select query in C#.NET
Database Basics