I am using sqljdbc4.jar in the Build path of eclipse project. I am trying to connect to SQL Server 2008 in a java program
I am writing a \"server-side extension\" for SmartFoxServer (SFS).In my login script, I need to make a connection to MS SQL Server, which I am attem开发者_高级运维pting to do using JDBC.I have tested
Can some one please guide me to understand which jar file i need to include in my applic开发者_如何学运维ation to be able to set up a jdbc connection with ms sql server.