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
Richard
NA
20
8.3k
Compare values from two different database: MySQL and Oracle
Jan 29 2011 2:45 PM
Hi, I am working on a project that I have to write an application using c# to compare data from two databases. One of the database is MySQL and the other is Oracle.
I know that I can use ODBC to establish separate connections with the two databases, but
what is the best way to compare the values
from two database connection
? Is there something as simple as this? I am a beginner in writing c#.
if (DatabaseA.column1 = DatabaseB.column1) then do this; end if;
Hope to hear from you, thanks!
Reply
Answers (
10
)
Supporting localization and globalization at database level
Designing a normalized Sql Table Structure