how to connect with Oracle with c#
-
hi buddies Can anyone help me to get connected with the Oracle 8i through c#. i am using asp.net1.1 and 1. not able to see the "OracleClient" namespace after the "system.Data ".How can i get it. 2. if I want to get connected through Oledb. how can i do that. Thanks in advance.Please someone help me fast. its urgent. bye nauty
-
hi buddies Can anyone help me to get connected with the Oracle 8i through c#. i am using asp.net1.1 and 1. not able to see the "OracleClient" namespace after the "system.Data ".How can i get it. 2. if I want to get connected through Oledb. how can i do that. Thanks in advance.Please someone help me fast. its urgent. bye nauty
nauty wrote:
1. not able to see the "OracleClient" namespace after the "system.Data ".How can i get it.
You need to add a refernece to System.Data.OracleClient to your assembly. (Right click on the project in the solution folder. Select Add Reference... and look in the .NET tab for it)
nauty wrote:
2. if I want to get connected through Oledb. how can i do that.
Use the classes in the System.Data.OleDb namespace. ColinMackay.net Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?