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
kaphk
NA
1
0
Conversion form ADO to ADO.NET (Query)
Dec 2 2004 11:28 PM
hi I have given the task to convert complete ADO code to ADO.NET equivalent code please help me in converting this query , i m using C# - MSACCESS strTempSql = "INSERT INTO TempAveragePart VALUES('" + tmpCases[i].Replace('\'', '`') + "' ," + average + ",'" + a.Replace('\'', '`') + "','" + b.Replace('\'', '`') + "')";
Reply
Answers (
0
)
connecting on access database that has security?
DataGridComboBox how to bind data to Colums from DataGridComboBox