On 01/02/2011 16:23, robert.jen...@surecomp.com wrote:
> url=" jdbc:sqlserver://allmatch-test:1433;databaseName=system;"
Try removing the space at the start of the connection url
Mark
-
To unsubscribe, e-mail: users-un
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: help setting up connection pool with sql server
> Filip recently applied a patch that allows a username and
> password to be supplied. Here's the BZ entry:
> https://issues.apache.org/bugzilla/s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 2/1/2011 11:32 AM, robert.jen...@surecomp.com wrote:
> Update: problem found and corrected.. now working... caused by a
> leading space in the url setting url="
> jdbc:sqlserver://allmatch-test:1433;databaseName=system;"
Oops.
> Update: I