Doh! I was using the wrong class. It should be com.microsoft.jdbc.sqlserver.SQLServerDriver.
> -----Original Message----- > From: Alan Cabrera [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 13, 2002 11:59 AM > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] [JDO] Controlling instance creation in > ClassMold er > > > Got it. Thanks! I'm getting an error when I run the tests: > > java.sql.SQLException: No suitable driver > > Here's my configuration: > > <database name="test" engine="sql-server" > > <driver url="jdbc:microsoft:sqlserver://GEORGE:1433" > > class-name="com.microsoft.jdbcx.sqlserver.SQLServerDataSource"> > <param name="user" value="test"/> > <param name="password" value="pw"/> > </driver> > <mapping href="mapping.xml" /> > </database> > > Any ideas? > > > -----Original Message----- > > From: Dave Gould [mailto:[EMAIL PROTECTED]] > > > > Microsoft has a JDBC type 3 driver (licensed from DataDirect). > > > > http://www.microsoft.com/sql/downloads/2000/jdbc.asp > > > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
