c# driver/data providers for asp?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zensunni
    New Member
    • May 2007
    • 101

    c# driver/data providers for asp?

    I read a good article on this, but the examples use c#. I'm not quite sure how to get these to work in just ASP. I've found a few examples that use a couple things, but is there any sure way to get the article's examples to work with asp?

    Here's the article:


    Thanks for any insight.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    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

    Working...