I am doing a Java project involving SQL Server.
I have Microsoft SQL Server and want to connect to the database provided by my school.
I have the connection properties for Java to connect, but how would I use the same information to connect through Sql Server?
I just want to be able to manipulate my tables more quickly rather than having to create Java GUI code to do small things.
Here is the database props...
db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
db.url=jdbc:sqlserver://Beangrinder.bcit.ca
db.user=javastudent
db.password=*******
db.name=jspweb
I've taken a beginners database course before, but we only worked on local databases.
EDIT:
Crap...nevermind...I figured it out...
This post has been edited by toad87: 18 March 2013 - 11:40 PM

New Topic/Question
Reply



MultiQuote


|