Re: SQL Server Driver and Classpath problem
Re: SQL Server Driver and Classpath problem
- Subject: Re: SQL Server Driver and Classpath problem
- From: David Avendasora <email@hidden>
- Date: Fri, 5 Sep 2008 07:37:40 -0400
This just bit me recently as well. Not only has the package changed,
but the URL format for the driver has changed as well. It is no longer:
jdbc:microsoft:sqlserver://YourServer:1433;databaseName=YourDatabase
now it is:
jdbc:sqlserver://YourServer:1433;databaseName=YourDatabase
Good luck!
Dave
On Sep 5, 2008, at 2:43 AM, Peter Vandoros wrote:
Hi Tim,
If the version of the JDBC driver supports SQL Server 2005, then the
driver class in the eomodel connection dictionary should be
"com.microsoft.sqlserver.jdbc.SQLServerDriver" not
"com.microsoft.jdbc.sqlserver.SQLServerDriver" as the error states
below.
Running a query against the connection gives me this error:
"JDBC connection failed for
driver :'com.microsoft.jdbc.sqlserver.SQLServerDriver'. Driver not
found in Java Runtime!"
Regards
Peter Vandoros
Software Engineer
Etech Group Pty Ltd
Level 3/21 Victoria St
Melbourne VIC 3000
Australia
Ph: +61 3 9639 9677
Fax: +61 3 9639 9577
----------------------------------
IMPORTANT: This e-mail message and any attachments are confidential
and may be privileged. If received in error, please reply to this
message and destroy all copies and any attachments. You should check
this message and any attachments for viruses or defects. Our
liability is limited to resupplying any affected message or
attachments. For more information about Etech Group, please visit us
at http://www.etechgroup.com.au.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden