Re: Simple SQL Example

2002-02-26 Thread Frank Taffelt
Hi i'm not a postgresql expert but i know that prepared statement's are supported in the last production version 7.2. hth, frank - Please check that your question has not already been answered in the FAQ before posting.

Re: Simple SQL Example

2002-02-25 Thread fpupka
Hi we have jdbc driver 7.1 and we don't know how to test if it supports preparedStatements. fanny - Originalnachricht - Von: "Frank Taffelt" <[EMAIL PROTECTED]> Datum: Montag, 25. Februar 2002 2:21 pm Betreff: Re: Simple SQL Example > check that your postgre

Re: Simple SQL Example

2002-02-25 Thread Frank Taffelt
check that your postgreSQL jdbc driver supports jdbc - preparedStatement's. It's not supported in some older versions. hth, Frank - Please check that your question has not already been answered in the FAQ before posting.

Re: Simple SQL Example

2002-02-21 Thread Koen Pellegrims
PROTECTED] wrote: > Hello > > We are trying to get the simple sql example to work with postgresql. > The connection to the Database works (an insert query instead of the > select query works). But there is no output of data from the database. > The html page is browsed but

Simple SQL Example

2002-02-21 Thread fpupka
Hello We are trying to get the simple sql example to work with postgresql. The connection to the Database works (an insert query instead of the select query works). But there is no output of data from the database. The html page is browsed but the table is empty

RE: Simple SQL Example w/ MySQL

2001-07-10 Thread Beauprez Sven
IL PROTECTED]] > Sent: Monday, July 09, 2001 6:20 PM > To: [EMAIL PROTECTED] > Subject: Re: Simple SQL Example w/ MySQL > > > Sorry, I did forget to mention that I am using 2.1dev on Windows98. I > have checked cocoon.log, which is where I see that the pool > is getting &

Re: Simple SQL Example w/ MySQL

2001-07-09 Thread Lajos Moczar
TECTED]] >> Sent: Monday, July 09, 2001 7:46 AM >> To: [EMAIL PROTECTED] >> Subject: Simple SQL Example w/ MySQL >> >> >> Hi all - >> >> I've finally got Cocoon2 to pool a MySQL connection, but when >> I try to >> run sql-page.x

RE: Simple SQL Example w/ MySQL

2001-07-09 Thread Beauprez Sven
rsion. Sven > -Original Message- > From: Lajos Moczar [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 7:46 AM > To: [EMAIL PROTECTED] > Subject: Simple SQL Example w/ MySQL > > > Hi all - > > I've finally got Cocoon2 to pool a MySQL connection, bu

Simple SQL Example w/ MySQL

2001-07-08 Thread Lajos Moczar
Hi all - I've finally got Cocoon2 to pool a MySQL connection, but when I try to run sql-page.xml I can't get any rows. I have verified that the pool is being created, the SQL is correct and there are rows in the table. But still no table data being displayed. Has anyone used MySQL with the sql