Helo again!

I am sorry if this seems to be crossposting, but I
figured it all out before anyone replied to my posting
'SQLServerDriver'. The key to resolve the problem was
to add following lines to TurbineReaource.properties:

database.adaptor=DBMSSQL
database.adaptor.DBMSSQL=com.microsoft.jdbc.sqlserver.S
QLServerDriver

After that Sybased adaptor should be available.

If someone wants to use SQL Server 2000 w/ jetspeed,
here are configuration lines that seems to be working:

database.default.driver=com.microsoft.jdbc.sqlserver.SQ
LServerDriver
database.default.url=jdbc:microsoft:sqlserver://localho
st:1433;DatabaseName=[databasename];SelectMethod=cursor
database.default.username=[user]
database.default.password=[password]

The proper place for this posting might be
jetspeed-user, sorry for inconveineince.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to