Results 1 to 2 of 2

Thread: VB application for ORACLE DB

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Posts
    1

    Post

    I am new in VB and I want your help to develope a small application.

    I want to connect to an ORACLE DB and then
    execute a simple SELECT statement in a table.

    If my statement is true (return data) then display a message in a pop up window.

    regards
    Chris

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

    Post

    Hi,

    This is simple, but what version of vb are you using? In vb5.0 you would use RDO, but in vb6.0 you could also use ADO. It would be up to you which way you choose.

    Using RDO: http://msdn.microsoft.com/library/de...connection.htm

    This is documentation of you will connect to your oracle database. The driver that you would use instead of SQL Server, would be "{Microsoft ODBC for Oracle}"

    Using ADO:
    http://msdn.microsoft.com/library/sd...k/mdao95wu.htm

    This is an example using ADO. It's almost the same thing as RDO with slight differences.

    Hope this helps,

    Preeti

    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