c# - Connecting to Oracle using Visual Studio 2008 -
i new oracle , trying create test application on visual studio 2008 framework 3.5 in c#.
i have basic requirement of generating simple xml file oracle database table located on server.
my oracle client , server version below
i noticed have sqlnet.ora , tnsnames.ora files on c:\devsuitehome_5\network\admin has connection details of server.
so, connect oracle database :
1.first of all, need install odac , add following reference :
using oracle.dataaccess.client; using oracle.dataaccess.types; all seems understandable, 64-bit version of odac have install above link/ or can install latest?
examples/links creating sample application database on sevrer helpful.
thanks in advance.
just found out install latest odac. installed odac 11.1.0.7.20 , worked fine.
thanks
Comments
Post a Comment