• 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

jtds driver

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys im to this jtds driver. I have downloaded the latest version of jtds driver and i have netbeans6.
I have successfully added the driver in the netbeans but i don't know the host and the port no of my SQL server 2005.
I m running SQL server 2005 on my local machine so what would be the port and the host name.
Please can anybody help me.
I have also seen the JTDS documentation in the source forge but i could get a clear picture out of that.
Please help

regards
shashi

[edited subject - was "help"]
[ November 12, 2008: Message edited by: Jeanne Boyarsky ]
 
Ranch Hand
Posts: 1087
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use a meaningful subject for your post

you can try this

jdbc:jdtds:microsoft://localhost:5000/yourDatabasename

Shailesh
[ November 12, 2008: Message edited by: Shailesh Chandra ]
reply
    Bookmark Topic Watch Topic
  • New Topic