Click here to Skip to main content
15,894,234 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello ,
I want to use C# with oracle database.
so I downloaded ODAC1020221.exe from oracle website .
i install it but after that I do not know what should i do??
I have visual studio 2010 , oracle 10g and windows xp .
Posted
Updated 20-Jan-15 20:12pm
v2
Comments
Sergey Alexandrovich Kryukov 21-Jan-15 2:28am    
If you don't know what to do, why did you install it? How can we know what you wanted to do?
—SA
V. 21-Jan-15 3:44am    
what have you tried so far? installing the Oracle software is not enough, you need to setup a database, put something in it, choose a provider (allowing access to the database, like ODP.net, ODBC or OleDb) and connect with the provider and the correct connectionstring to the database through your code.
loai_maane 21-Jan-15 4:08am    
Dear,
i have oracle database already on my PC,I downloaded ODAC1020221.exe
from oracle website its Oracle Data Access Components (ODAC) support widows XP and
the download includes:
Oracle Data Provider for .NET 1.x 10.2.0.2.20
Oracle Data Provider for .NET 2.0 10.2.0.2.20
up till now I installed the provider on my pc in folder on c drive.
actually, i found this subject
http://www.codeproject.com/Tips/436023/Setting-up-Oracle-Database-for-NET-development#xx4565693xx
but i am afraid from removing Oracle database PATH from environment variable
because i use oracle also here.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900