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
Elmar
NA
11
0
Appending to the Access DB from c#
Sep 15 2012 5:03 PM
I have c# app which should append rows to MS Access table.
That table is basically a composition of 3 tables (let's say they all have a single column
Table1 with column A, Table2 - column B, Table3 - column C
Query - INSERT INTO Table4 (SELECT A, B, C FROM Table1, Table2, Table3)
Obviously it runs ok only for first time only and generates "Duplicate records" error after that.
It's easy to handle within Access but not from c# code.
What do I do, so it only appends a new rows and ignores duplicates without writing a long code?
Reply
Answers (
2
)
Always visible content in asp.net
How to pass object of a class to stored procedure(in oracle)?