• 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

Eclipse with Sql Server

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to make some database related projects in Eclipse framework but i don't know how to connect it with the database.
I searched a lot on google but everywhere i saw mysql instead of sql server.
Please guide me step by step as i am totally dumb about this connection.However i have practiced some earlier with microsoft access but have not touched sql server.
please guide me step by step..
 
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will need to find the database driver for SQL Server....

http://jtds.sourceforge.net/

And then you'll need to know how to use it
... you can check the FAQ on that page and post in the JDBC forum here if you need help.

Microsoft is a little silly because they like to try to stay proprietary... that's probably why you didn't find much doing a search.
 
Marshal
Posts: 79180
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Janeice DelVecchio wrote: . . .JDBC forum here if you need help. . . .

Where I shall move this thread.
 
in.anurag Singh
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to find my answers. You may tell me how to connect the oracle database with Eclipse..
Its urgent, and i need to know the connectivity..
please post something..
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What wasn't helpful about Janeice's link?

Also, do you need Oracle or SQL server? The connection string and driver are different. See Oracle's FAQ.

When you say you can't find the "answers", what specifically are you stuck on?
 
Are you here to take over the surface world? Because this tiny ad will stop you!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic