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
baldur
NA
4
0
Need help with Inserting data into a SQL db
Jun 25 2004 11:49 AM
Excuse my English. I am totally new to Windows Forms and database Access I am sorry.... This is the code I have for looking up in the database: oleDbDataAdapter1.SelectCommand.Parameters["simi"].Value = simi.Text; dataSet11.Clear(); oleDbDataAdapter1.Fill(dataSet11); And this is how I have been trying to add stuff into the database: oleDbDataAdapter1.InsertCommand.Parameters["nafn"].Value = nafn.Text; oleDbDataAdapter1.InsertCommand.Parameters["heimilisfang"].Value = heimili.Text; oleDbDataAdapter1.InsertCommand.Parameters["simi"].Value = simi.Text; Can any of you geniouses tell me what I am doing wrong ?
Reply
Answers (
2
)
How to show my property in the IDE
simple data binding is not synchronized