Results 1 to 2 of 2

Thread: solve this

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Location
    Khammam,Andhra Pradesh,India
    Posts
    5

    Post

    hello friend

    how to connect to oracle using ado connection code.. how to access data from oracle sql tables....

    if u'r sending..me this reply within a day..it's great pleasure for me
    thank u friend
    sreedhar

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Posts
    82

    Post

    Helo,

    Connect to an oracle database:
    DNS-less connection
    adoconnection.ConnectionString = "uid=;pwd=;server=;" _
    & "driver={Microsoft ODBC for Oracle};"

    Open a SQL Table:
    adoRecordset.Open "Select * FROM tablename", adoconnection

    For more information you can always look in the help files under "Connection Object (ADO)" in the msdn library.

    HTH,

    Preeti

Posting Permissions

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



Click Here to Expand Forum to Full Width