Connecting to Oracle8i with ODBC?

J

John

Does anyone have an example of how to connect to an Oracle 8i DB and run a
simple select through ODBC? What DLLs should I need?
Assume that the PC where the web werver's at only has the .Net framework and
Oracle8i installed.

John
 
N

Nicholas Paldino [.NET/C# MVP]

John,

I don't know much about oracle, but I think that there is a managed
provider or an Ole-Db provider that you can use to get data. If this is the
case, then why don't you just use the classes in the System.Data.OleDb
namespace or other Oracle-specific classes for your data access?

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top