• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help Regarding Declaration Of Drivers

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everybody,
I need some information Regarding how to declare Type 1 2 3 4 Drivers for Establishing a Connection using JDBC For ORACLE, SQL SERVER,and DB2.
Please send me a link otherwise where I could get the necessary information.

Thank You
Kiran
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean with "declaring drivers"?

From the point of view of your Java application, there is no difference between the various driver types.

The driver you are using should come with documentation that explains what the JDBC URL should look like if you want to use that driver and what the name of the driver class is.
 
kiran mohan
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jesper,
Thanks for your post. The thing is that I wanna know the Connection String Used For Different Types of drivers for Different Databases in the
Class.forName("---------"); method. I hope You have got me and regarding the documentaion and the other stuff you have said , I don have any Documentation available with me right now and more over I don have much time to as I have to work on another Task right now.

Thank You
Take care
Kiran
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic