configure jdbc sql driver in netbeans

  • Thread starter sandeepbhati1807
  • Start date
S

sandeepbhati1807

hi

i want to configure jdbc sql driver in netbeans
if you have any idea then please reply me

please explain in detail(step by step)

thank you.
sandeep
 
J

Juha Laiho

(e-mail address removed) said:
i want to configure jdbc sql driver in netbeans

It depends a bit on what you want to do with the driver.

If you just want to have the driver usable in your project code,
you add it as a library;
- start with Tools->Library Manager
- add a new library
- have the library include the relevant .jar files
- optionally have the library also include javadoc references
for the particular driver implementation
- continue with project properties (right-click on your project
item on the NetBeans browser, and choose properties
- add the newly created library to your project

(actually you can even create new libraries while you're adding
the library to the project)

If, in addition to using the library code in your own code, you
want to also use NetBeans database browser for seeing database
structure and contents, you'll need to take the runtime pane
of the NetBeans browser, and expand there the Databases->Drivers
node. Right-click on "Drivers" to add a new database (and driver).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top