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
radhika bista
NA
1
0
C#.Net Windows Forms+ MS Access database insert
Jan 31 2008 6:18 AM
hello friends,
OleDbConnection con = new OleDbConnection(@"provider= Microsoft.Jet.OLEDb.4.0; Data Source = D:\My Documents\Visual Studio 2005\Projects\db2.mdb");
OleDbCommand command = new OleDbCommand("Insert into tbl_client(fname,lname,address) VALUES('" + text_customer_fname + "', '" + text_customer_lname + "','" + text_customer_address + "')", con);
con.Open();
command.ExecuteNonQuery();
what i sthe problem with this code . it says datatype missmatch
Reply
Answers (
3
)
C# URGENT Please Help! Crystal Report Viewer & Reports Help
Save picture to file