OLEDB COnnection String to Oracle

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default OLEDB COnnection String to Oracle

    Does someone know the proper connection string for using OLE DB
    connection to an oracle server ?

    Jon Spartan
    Jon Spartan Guest

  2. Similar Questions and Discussions

    1. Connect to Oracle DB using Connection String
      :confused; Please help me out here. I want to connect to Oracle 9i / 10g database using connection string defined in the application.cfm to create...
    2. OLEDB connection string help
      I'm trying to connect to a SQL Server using dsn-less connection string such as "PROVIDER=SQLOLEDB;DATA...
    3. Help with OLEDB connection string
      Hi, I'm following the below example in order to create a connection to my Access database. My question is, is it possible to include the...
    4. Oracle DSN Less Connection String
      Greetings.... Okay so far Dreamweaver MX connection to Oracle has left an awful bitter taste in my mouth.... I am trying a DSN Less Oracle...
    5. Connection string - ODBC vs OLEDB and Unspecified Error
      This one has me stumped and I was wondering if anyone might have a solution... Using this connection string ...
  3. #2

    Default Re: OLEDB COnnection String to Oracle

    Go here [url]http://www.connectionstrings.com/[/url] and then press Ctrl+D or Ctrl+B at
    once!

    Ray at home

    "Jon Spartan" <jonu@ixtech.net> wrote in message
    news:ll89hvkm4enu2fv41p3vqfjn91637tj5vq@4ax.com...
    > Does someone know the proper connection string for using OLE DB
    > connection to an oracle server ?
    >
    > Jon Spartan

    Ray at Guest

  4. #3

    Default Re: OLEDB COnnection String to Oracle

    Would it be possible to talk on tis via private email ?

    I tired this, works nice, but I am having problems getting to
    something in the DB and cannot figure out why.

    I can get there from SQL no porble, but using an ASP db connections
    only returns one portion of the intfromation I need.

    I can email you the schema and the problem.

    Jon

    On Tue, 15 Jul 2003 20:57:07 -0400, Jon Spartan <jonu@ixtech.net>
    wrote:
    >Does someone know the proper connection string for using OLE DB
    >connection to an oracle server ?
    >
    >Jon Spartan
    Jon Spartan Guest

  5. #4

    Default Re: OLEDB COnnection String to Oracle

    No private e-mails. That's what usenet is for. There may be someone else
    having the same problem and he will come across this and find his solution,
    assuming we can come up with one! :] But, if you'd like to e-mail me
    privately and invite me out for a beer, feel free. ray at lane34 dot com.

    Ray at home

    "Jon Spartan" <jonu@ixtech.net> wrote in message
    news:dj0bhvg9jo67osmr3hsr0mg7ikqe0qbp9a@4ax.com...
    > Would it be possible to talk on tis via private email ?
    >
    > I tired this, works nice, but I am having problems getting to
    > something in the DB and cannot figure out why.
    >
    > I can get there from SQL no porble, but using an ASP db connections
    > only returns one portion of the intfromation I need.
    >
    > I can email you the schema and the problem.
    >
    > Jon
    >
    > On Tue, 15 Jul 2003 20:57:07 -0400, Jon Spartan <jonu@ixtech.net>
    > wrote:
    >
    > >Does someone know the proper connection string for using OLE DB
    > >connection to an oracle server ?
    > >
    > >Jon Spartan
    >

    Ray at Guest

  6. #5

    Default Re: OLEDB COnnection String to Oracle

    Oh well, you could download whole Oracle viewer Program from
    download section of [url]www.exmlsoft.com[/url]
    just edit Oraconn.asp to your DB space, User ID & Password...

    Jon Spartan <jonu@ixtech.net> wrote in message news:<ll89hvkm4enu2fv41p3vqfjn91637tj5vq@4ax.com>. ..
    > Does someone know the proper connection string for using OLE DB
    > connection to an oracle server ?
    >
    > Jon Spartan
    Peter Chong Guest

  7. #6

    Default Re: OLEDB COnnection String to Oracle



    I am msssing some tables when I use an OLE DB connection to an Oracle
    server.

    My connecton string is -

    'Provider=msdaora;DataSource=MyDataBase;UserId=Use rID;Password=UserPassword;'

    I have a structure as soon in my Oracle Enterprise Manager as -

    network -
    databases

    - MyDataBase

    - schema

    - table

    - COMMON

    - List Of Table Names

    - MYDataBase

    - List Of Table Names

    - IMPORTANT

    - List Of Table Names

    When I use the OLE DB connection above I can see everything in
    "MyDataBase", but nothing in COMMON or IMPORTANT.

    If I make each of them a seperate connection using as DataSource =
    MyDatabase another with DataSource = COMMON and another as DataSource
    = IMPORTANT I can see the proper tables in MyDatabase, I see no tables
    under the COMMON connection, nor any under the IMPORTANT connection.

    Thus my question becomes - HOW do I see all the tables located under
    each section ?

    My linked server in SQL works just fine and I have no problems.
    However in this case I need to do some things in the COMMOM and
    IMPORTANT sections in ASP.

    Any Advice ?

    Jon Spartan


    On Tue, 15 Jul 2003 20:57:07 -0400, Jon Spartan <jonu@ixtech.net>
    wrote:
    >Does someone know the proper connection string for using OLE DB
    >connection to an oracle server ?
    >
    >Jon Spartan
    Jon Spartan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139