how to configure jdbc sql driver in netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeepkumarbhati
    New Member
    • May 2007
    • 1

    how to configure jdbc sql driver in netbeans

    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.
  • jeffbroodwar
    New Member
    • Oct 2006
    • 118

    #2
    Hi,

    use the jtds driver. visit the jtds site. microsoft's driver for sqlserver is little buggy.... so i recommend using jtds driver. place it in your Java installation directory (Java>jdk1._>jr e>lib>ext) folder then visit connection strings.com for the right connection string. This driver supports both SqlServer 2000 and 2005. to top it all up, it uses same connection string. Hope this helps.

    Best Regards,
    Jeff

    Comment

    Working...