| Author |
Eclipse with Sql Server
|
in.anurag Singh
Greenhorn
Joined: May 14, 2010
Posts: 25
|
|
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..
|
 |
Janeice DelVecchio
Saloon Keeper
Joined: Sep 14, 2009
Posts: 1612
|
|
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.
|
When you do things right, people won't be sure you've done anything at all.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
Janeice DelVecchio wrote: . . .JDBC forum here if you need help. . . .
Where I shall move this thread.
|
 |
in.anurag Singh
Greenhorn
Joined: May 14, 2010
Posts: 25
|
|
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..
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
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?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Eclipse with Sql Server
|
|
|