C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » Visual Studio »

Connectivity with oracle


Posted Date: 27 Oct 2009      Posted By: Niranjan Kumar      Member Level: Bronze     Points: 1   Responses: 2



what is the steps of connectivity vb.net with oracle ?




Responses

Author: Shunmuganathan M    27 Oct 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

you just add the reference of oragle.
and make all the connection as like Sqlserver

By Nathan
Direction is important than speed
I am following the following Health Tips
http://dotnetspider.com/sites/1048/-Health-Tips-for-Healthy-Wealthy-IT.aspx



Author: Gaurav Arora    27 Oct 2009Member Level: DiamondRating: 4 out of 54 out of 54 out of 54 out of 5     Points: 6

Niranjan Kumar,

You can follow the same steps as in case when you are using MsSQL. here few more adding points,

While adding Oracle connection strings:

1. You can use Oracle Data Provider for .NET / ODP.NET

Namespace: Oracle.DataAccess.Client.OracleConnection
Connection string ; Data Source=TORCL;User Id=myUsername;Password=myPassword;

2. You can use .NET Framework Data Provider for ODBC

Namespace:System.Data.Odbc.OdbcConnection
Connection string : Driver={Oracle in OraHome92};Server=myServerAddress;Dbq=myDataBase;Uid=myUsername;Pwd=myPassword;


There are lot more but i am not going to in details.



Thanks & regards,
Gaurav Arora - Sr. Editor
Me in My Own Style



Post Reply
You must Sign In to post a response.
Next : Is it possible to generate report from two different tables
Previous : Macro in Microsoft Excel
Return to Discussion Forum
Post New Message
Category: Visual Studio

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use