How do I connect to an Oracle database?

  • Thread starter Thread starter Steve Kershaw
  • Start date Start date
S

Steve Kershaw

I'm working for a company that is in the process of converting from
Oracle to Microsoft SQL Server/Visual Studios! I need to connect to the
existing Oracle (6i) database to demonstrate that it can be done.
Has anybody ever done this?

Thanks for your help.
Steve
 
Steve said:
I'm working for a company that is in the process of converting from
Oracle to Microsoft SQL Server/Visual Studios! I need to connect to the
existing Oracle (6i) database to demonstrate that it can be done.
Has anybody ever done this?

Thanks for your help.
Steve

Try going here: http://www.connectionstrings.com/
 
I'm working for a company that is in the process of converting from
Oracle to Microsoft SQL Server/Visual Studios! I need to connect to the
existing Oracle (6i) database to demonstrate that it can be done.
Has anybody ever done this?

Connecting to Oracle using the Oracle .NET native data provider is really no
different from connecting to any other RDBMS using its own .NET native data
provider.

http://www.c-sharpcorner.com/Code/2004/Feb/ODP.NET02.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top