RE: Hooking up CMP data-sources?

2001-04-13 Thread Chris Bergstresser
ser [mailto:[EMAIL PROTECTED]] > Subject: RE: Hooking up CMP data-sources? > >So it's up and trying to hit the database. One problem: The > bean I have so cleverly created is called "User". Orion > obligingly attempts to create a "user" table and hits a t

RE: Hooking up CMP data-sources?

2001-04-13 Thread Chris Bergstresser
All right, so that wasn't *that* hard: the line 'connection-driver="com.merant.datadirect.jdbc.sqlserver.SQLServerConnection "' should have been SQLServerDriver instead; connection-driver refers to a Driver, not a Connection. So it's up and trying to hit the database. One problem: The bean