J
Jesper
Using ADO.Net, is there any way to connect to an Oracle database without
having the 'Oracle client tools' installed on the client PC?
I can see that if you connect using Oracle.DataAccess.Client or
System.Data.OracleClient, you will need the client tools installed, but what
if you use System.Data.OleDb or System.Data.Odbc?
Performance is not an issue, since I'll just be doing a simple read from a
view with few rows returned. But having client prerequisites is a rather big
issue.
Any simple way to solve this? Possibly just by including a few dll's?
having the 'Oracle client tools' installed on the client PC?
I can see that if you connect using Oracle.DataAccess.Client or
System.Data.OracleClient, you will need the client tools installed, but what
if you use System.Data.OleDb or System.Data.Odbc?
Performance is not an issue, since I'll just be doing a simple read from a
view with few rows returned. But having client prerequisites is a rather big
issue.
Any simple way to solve this? Possibly just by including a few dll's?