I am having problems setting up for Integrated Security on SQL Server 2008. jdbc:sqlserver://dbName:1433;databaseName=dbo;integratedSecurity=tr ue;

It is working in Myeclipse. MyEclipse does not require a databaseName. I want to get to the root directory.

I set it up with the proper jars and dlls etc. sqljdbc4.jar and
sqljdbc_auth.dll.
Garth