How to do a multiple server support?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
MrRock
Posts: 6
Joined: Wed 11 Aug 2010 09:54

How to do a multiple server support?

Post by MrRock » Wed 11 Aug 2010 10:03

Hi,
I need to implement an application that supports Oracle DB, as well as SQL Server DB. For the Oracle DB I intend to use dot connect component.
Can someone please point me in the right direction how to approach such a problem?
Thanks.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 11 Aug 2010 14:51

You can use dotConnect for Oracle to connect to Oracle databases, and some other data provider (for example, dotConnect for SQL Server) to connect to SQL Server. Also, you can use dotConnect Universal which allows connecting to different DBMSs, inluding Oracle and SQL Server, in a universal way.

Please tell us if you encounter any problems with this.

Post Reply