Re: esql !!!HELP!!!

2003-06-25 Thread Christian Haul
On 24.Jun.2003 -- 12:35 PM, Tim Bachta wrote: > Does cocoon compile an xsp into a Java class file? If so where does it > put it. The reason why I am asking is that my procedures that I am > having trouble with in cocoon work fine in a java class file. Please post relevant parts of that file. It

Re: esql !!!HELP!!!

2003-06-25 Thread Frank Taffelt
you could try annother msssql jdbc driver. I'm using http://jtds.sourceforge.net also with stored procedures and it works. The driver from microsoft is known to have some bugs. hth, Frank - To unsubscribe, e-mail: [EMAIL PROTECT

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
: [EMAIL PROTECTED] Subject: Re: esql !!!HELP!!! Hi, Every one that your driver supports. The error message your getting appears to be from the SQLServer 2000 Driver for JDBC showing java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Syntax error at token t, line 0 offset 7. talking

Re: esql !!!HELP!!!

2003-06-24 Thread Roger I Martin PhD
()'s will show up in the launch window of your server. -Roger - Original Message - From: "Tim Bachta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 2:41 PM Subject: RE: esql !!!HELP!!! Does anyone know what the different types of p

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
where I can find ServerPagesGenerator or even what I am doing wrong here. Thanks Tim Bachta -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP!!! Yes. The .java file is in your servlet

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
I can find ServerPagesGenerator or even what I am doing wrong here. Thanks Tim Bachta -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP!!! Yes. The .java file is in your servlet

RE: esql !!!HELP!!!

2003-06-24 Thread Geoff Howard
hy I am asking is that my procedures that I am having trouble with in cocoon work fine in a java class file. Tim Bachta -Original Message- From: Tim Bachta Sent: Tuesday, June 24, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP!!! I wish I could make the stored procedure

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP!!! I wish I could make the stored procedure easier, but unfortunately this is the procedure that I have been given. Tim Bachta -Original Message- From: Scherler, Thorsten [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:07 PM

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
I wish I could make the stored procedure easier, but unfortunately this is the procedure that I have been given. Tim Bachta -Original Message- From: Scherler, Thorsten [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:07 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP

RE: esql !!!HELP!!!

2003-06-24 Thread Scherler, Thorsten
inconvertible types Seeing the last error I reckon that MS SQL have a different type of data then you expect. -Original Message- From: Tim Bachta [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:54 PM To: [EMAIL PROTECTED] Subject: esql !!!HELP!!! Ok, I am using the syntax exac

esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
Ok, I am using the syntax exactly like that of the example at http://cocoon.apache.org/2.1/userdocs/xsp/esql.html#Stored+Procedure+Sup port and I am getting errors. I am really confused on why I am getting these error

RE: ESQL help

2003-06-24 Thread Scherler, Thorsten
PM To: [EMAIL PROTECTED] Subject: ESQL help Does anyone know of a good place to get help with esql issues? I am having a very difficult time finding any information regarding how to correctly call a MS SQL stored procedure. I have looked at the official cocoon documentation and have the Cocoon

ESQL help

2003-06-24 Thread Tim Bachta
Does anyone know of a good place to get help with esql issues? I am having a very difficult time finding any information regarding how to correctly call a MS SQL stored procedure. I have looked at the official cocoon documentation and have the Cocoon developers handbook, neither have much useful

Re: Cocoon/XSP/ESQL help

2003-01-11 Thread Leszek Gawron
On Fri, Jan 10, 2003 at 07:52:33PM +, Brian Campbell wrote: > Hope this is the appropriate list for this question. > > I have a simple XSP page. I want to use ESQL to call stored procedures in > a Microsoft SQL Server database. I've got my connection pool set up > correctly. I'm able to e

RE: Cocoon/XSP/ESQL help - Finally

2003-01-10 Thread Brian Campbell
in for you) Geoff Howard > > > -Brian > > > > > > > >Yeah, I caught that and fixed it already. It was a problem, but not the > >end of my problems. > > > >-Brian > > > > > > > > > >>From: Jacob Arnold <[EMAIL PROT

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
gt; >Yeah, I caught that and fixed it already. It was a problem, but not the > >end of my problems. > > > >-Brian > > > > > > > > > >>From: Jacob Arnold <[EMAIL PROTECTED]> > >>Reply-To: [EMAIL PROTECTED] > >>To: "'

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Geoff Howard
r you) Geoff Howard > > > -Brian > > > > > > > >Yeah, I caught that and fixed it already. It was a problem, but not the > >end of my problems. > > > >-Brian > > > > > > > > > >>From: Jacob Arnold <[EMAIL PROT

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
not the end of my problems. -Brian From: Jacob Arnold <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Cocoon/XSP/ESQL help Date: Fri, 10 Jan 2003 14:39:49 -0700 >I have a simple XSP page. I want to

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
Yeah, I caught that and fixed it already. It was a problem, but not the end of my problems. -Brian From: Jacob Arnold <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Cocoon/XSP/ESQL help Date: Fri

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
>I have a simple XSP page. I want to use ESQL to call stored procedures in >a Microsoft SQL Server database. I've got my connection pool set up >correctly. I'm able to execute simple select statements and I'm able to >execute a stored procedure that doesn't take any parameters. But most of >m

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
n Campbell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:53 PM To: [EMAIL PROTECTED] Subject: Cocoon/XSP/ESQL help Hope this is the appropriate list for this question. I have a simple XSP page. I want to use ESQL to call stored procedures in a Microsoft SQL Server database. I've

RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
[mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:53 PM To: [EMAIL PROTECTED] Subject: Cocoon/XSP/ESQL help Hope this is the appropriate list for this question. I have a simple XSP page. I want to use ESQL to call stored procedures in a Microsoft SQL Server database. I've got my

Cocoon/XSP/ESQL help

2003-01-10 Thread Brian Campbell
Hope this is the appropriate list for this question. I have a simple XSP page. I want to use ESQL to call stored procedures in a Microsoft SQL Server database. I've got my connection pool set up correctly. I'm able to execute simple select statements and I'm able to execute a stored procedur

Re: SQL, Actions, ESQL Help Please!!!

2002-06-04 Thread Conny Pemfors
where do I set my map:sitemap and pipelines to be able to use my xml documents /Conny - Original Message - From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:47 AM Subject: Re: SQL, Actions, E

Re: SQL, Actions, ESQL Help Please!!!

2002-06-04 Thread Christian Haul
On 03.Jun.2002 -- 11:53 PM, John Austin wrote: > On Monday 03 June 2002 01:50 pm, you wrote: > > On 03.Jun.2002 -- 10:11 AM, daniel robinson wrote: > > > Hi, > > > > > > I've been poking around but I'm clueless (yes, generally as well as > > > specifically). > > I have some code that simply uses

Re: SQL, Actions, ESQL Help Please!!!

2002-06-03 Thread John Austin
On Monday 03 June 2002 01:50 pm, you wrote: > On 03.Jun.2002 -- 10:11 AM, daniel robinson wrote: > > Hi, > > > > I've been poking around but I'm clueless (yes, generally as well as > > specifically). I have some code that simply uses embedded Java in an XSP and a Java temp file. This code proces

Re: SQL, Actions, ESQL Help Please!!!

2002-06-03 Thread Christian Haul
On 03.Jun.2002 -- 10:11 AM, daniel robinson wrote: > Hi, > > I've been poking around but I'm clueless (yes, generally as well as > specifically). > > What am I trying to do: > > 1) I have a PostgreSQL table with a field called "StoryText" defined as > a "Text" (virtually unlmited size text data

SQL, Actions, ESQL Help Please!!!

2002-06-03 Thread daniel robinson
Hi, I've been poking around but I'm clueless (yes, generally as well as specifically). What am I trying to do: 1) I have a PostgreSQL table with a field called "StoryText" defined as a "Text" (virtually unlmited size text data) 2) I wish to update this table with the contents of an XML element