You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Götz Botterweck <bo...@uni-koblenz.de> on 2001/04/06 03:08:44 UTC

C2 with MS-SQLServer as DB?

(Sorry if this is a FAQ)
Is there any way of having C2 use a Microsoft SQL-Server as a database?

For example by installing Tomcat and C2 on Windows 2000 and then use
somewhat like the following in cocoon.xconf:

    <jdbc name="personnel">
      <dburl>jdbc:odbc:my_own_datasourcename</dburl>
      <user>someuser</user>
      <password>somepass</password>
    </jdbc>

TIA
Goetz

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: C2 with MS-SQLServer as DB?

Posted by Rob Parker <ro...@webcybernetics.com>.
Try here for a driver...

http://www.inetsoftware.de/English/Produkte/JDBC_Overview/ms.htm

then just configure the driver as a datasource....

(BTW consider posting this kind of question to the user list rather than the
dev list :-)

regards

Rob

----- Original Message -----
From: "Götz Botterweck" <bo...@uni-koblenz.de>
To: <co...@xml.apache.org>
Sent: Friday, April 06, 2001 11:08 AM
Subject: C2 with MS-SQLServer as DB?


> (Sorry if this is a FAQ)
> Is there any way of having C2 use a Microsoft SQL-Server as a database?
>
> For example by installing Tomcat and C2 on Windows 2000 and then use
> somewhat like the following in cocoon.xconf:
>
>     <jdbc name="personnel">
>       <dburl>jdbc:odbc:my_own_datasourcename</dburl>
>       <user>someuser</user>
>       <password>somepass</password>
>     </jdbc>
>
> TIA
> Goetz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org