c# driver/data providers for asp?
Collapse
X
-
Besides the little differences in the syntax of the SQL, the only difference between connecting to Oracle and other dbs should be in the connection string. The article you linked to has a couple sample connection strings near the top, either one should work. To make the actual db connection in classic ASP, I would check out W3school's ADO tutorial. Let me know if this helps.
Jared
Comment