+ Reply to Thread
Results 1 to 3 of 3

How to get data from Oracle Database to Excel?

  1. #1
    David Willis
    Guest

    How to get data from Oracle Database to Excel?

    Dear All,

    I am trying to access/connect oracle database to insert and select data
    from
    tables. I don't know what to use like ADO? ADOX? ADODB? or others?

    I was trying to connect using the following code:

    Dim db As ADODB.Connection

    Set db = New ADODB.Connection

    db.ConnectionString = "Data Source='cis2';" & _
    "User ID='cis2view';Password='viewcis2@hkdb';"
    db.Open

    db.ConnectionTimeout = 30


    db.Close
    Set db = Nothing


    From Data Source which mean I need to setup a Name from ODBC call Cis2
    right?

    Does anyone have any idea what is the code look like and how to write it?

    Thanks for your helf

    David



  2. #2
    CLR
    Guest

    RE: How to get data from Oracle Database to Excel?

    Personally, I would attempt to extract the data through MSQuery (Data >
    GetExternalDate > CreateNewQuery......), although you would need permission
    for the access by virtue of a driver.

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "David Willis" wrote:

    > Dear All,
    >
    > I am trying to access/connect oracle database to insert and select data
    > from
    > tables. I don't know what to use like ADO? ADOX? ADODB? or others?
    >
    > I was trying to connect using the following code:
    >
    > Dim db As ADODB.Connection
    >
    > Set db = New ADODB.Connection
    >
    > db.ConnectionString = "Data Source='cis2';" & _
    > "User ID='cis2view';Password='viewcis2@hkdb';"
    > db.Open
    >
    > db.ConnectionTimeout = 30
    >
    >
    > db.Close
    > Set db = Nothing
    >
    >
    > From Data Source which mean I need to setup a Name from ODBC call Cis2
    > right?
    >
    > Does anyone have any idea what is the code look like and how to write it?
    >
    > Thanks for your helf
    >
    > David
    >
    >
    >


  3. #3
    Registered User
    Join Date
    06-07-2011
    Location
    london, England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: How to get data from Oracle Database to Excel?

    You can use a Addin to simplify your task for example you can use SQLodbc (http://sqlodbc.t35.com)

    here how you can use it

    =sql.execute("CONNECTION STRING";"YOUR SQL CODE");


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1