tallation at
http://localhost:8080/cocoon/documents/userdocs/transformers/sql-transformer
.html
Christopher
> -Original Message-
> From: Lars Martinsen [mailto:[EMAIL PROTECTED]]
> Sent: 10 September 2002 09:02
> To: '[EMAIL PROTECTED]'; 'Christopher Watson&
EMAIL PROTECTED]]
Sent: 9. september 2002 19:36
To: [EMAIL PROTECTED]
Subject: RE: Connecting to MS SQL Server
Lars
Assuming you're using the Microsoft 2000 JDBC driver,
1 Copy the three libraries from the unpacked distribution
msbase.jar
mssqlserver.jar
msutil.jar
to WEB-INF/lib
2
x27;[EMAIL PROTECTED]'
> Subject: Connecting to MS SQL Server
>
>
> Does anyone have a step-by-step on how to connect to a MS SQL
> Server and do
> SQL commands on it? I have tried to do it by reading all the help and
> how-tos that is bund
On Mon, Sep 09, 2002 at 12:01:57PM +0200, Lars Martinsen wrote:
> Does anyone have a step-by-step on how to connect to a MS SQL Server and do
> SQL commands on it? I have tried to do it by reading all the help and
> how-tos that is bundeled with Cocoon, but I didn't manage.
For my development I'm
Lars,
SQL Server 7 or 2000? To use SQL Server 7 you'll need to purchase a JDBC driver, as
there are no free ones that I'm aware of. If you're using SQL Server 2000, then there
is a
JDBC driver supplied by Microsoft, that you can use. Once you've got your JDBC driver
set up, getting it to work
You first have to add your JDBC driver class in
the load-class section of your cocoon web.xml.
After that, add your JDBC source in cocoon.xconf like
the "personnel" datasource example which is given
as an example.
___
Do You Yahoo!? -- Une
Does anyone have a step-by-step on how to connect to a MS SQL Server and do
SQL commands on it? I have tried to do it by reading all the help and
how-tos that is bundeled with Cocoon, but I didn't manage.
.lars martinsen
-
Pleas