how to connect oracle database with ADO Data control 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nasirVB
    New Member
    • Jun 2007
    • 1

    how to connect oracle database with ADO Data control 6.0

    I am trying to develop a database management system with oracle. But i dont know coding for the same. I have been using MS Access as database. But i want o switch the database to Oracle. Please help me out.

    Nasir Ahmed
  • tifoso
    New Member
    • Apr 2007
    • 41

    #2
    You have to do some work ;-) search for the proper connect string and use that
    to get onto your oracle DB, if u get issues post your code and help will come your way

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      The process is same .

      Only thing is that u need to change the connection string.

      To do this best way is

      1.open notepad.
      2.save the file with .UDL extension.
      3.then open the file and just follow certain steps (which is so easy).
      4. close the file.
      5.right click and open with notepad.
      6.copy after the first line

      u get the connection string for oracle.

      Comment

      • Dököll
        Recognized Expert Top Contributor
        • Nov 2006
        • 2379

        #4
        Visual studio also helps in indenting your SQL via your local system. As metioned here, it's fairly easy to load Oracle in...

        If nothing works for ya, set your eyes on these links:

        Founded in 1999, ASPFree.com offers free gift cards, game redeem codes, and daily giveaways with no fees or hidden charges. Get your favorite freebies and surprises every day.


        Microsoft example:

        Last edited by Dököll; Jun 8 '07, 03:58 AM. Reason: Text

        Comment

        Working...