CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Database connect recordset

    How is it possible to connect to a Oracle database in Visual J++ 6.0 ?
    Where can i set the classpath for the Oracle driver ?

    How could i show recordsets from the database in a webpage in a simple table ?

    Please can anybody HEEEELLLLPPPPP ME !!!!!


  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: Database connect recordset


    > How is it possible to connect to a Oracle database in Visual J++ 6.0 ?

    Oracle 8.0 has comeup with a jdbc driver. If you check Oracle sample codes , you will
    find an example of how to use that driver.

    > How could i show recordsets from the database in a webpage in a simple table ?

    Open a connection , create SQLStatement , call executeQuery and manipulate with the
    returned ResultSet.( Use RMI for applet(client) - application(server) communication )

    Poochi.


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

Featured