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

Thread: jdbc driver

  1. #1
    Guest

    jdbc driver

    hi!

    I want to write a completely platform-independent program that accesses an oracle database through a servlet, but I haven't had any experience with those things yet.
    What kind of jdbc-driver do I need and where can I get it? Is it possible to do it with just one "universal" driver or do I need one for every platform I use?

    thanks in advance,
    chris


  2. #2
    Join Date
    May 2000
    Posts
    3

    Re: jdbc driver

    You can use oracle thin driver to get connected with oracle database.
    depending on the version and platfrom you will get free downloadable thin drivers available in oracle site.


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