C#/Oracle: Connect -


i've been trying find out how connect c# program oracle 10g db. code examples found used either ado.net oracleclient of .net-framework (which deprecated -> not good), or system.data.ado, apparently uses data source (odbc) -> not allowed use, or oracle developer tools odt (like odbc?), support olny visual studio 2005 10g , 11g vs 2010... there way connect, possible delphi (devart, odac), ive used before told possibilities of connecting c# , oracle?

i think best way use odp.net perform actions on oracle database.

this interesting read you


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -