AW: SQL extension sample

2004-04-08 Thread Juraj . Lenharcik
PROTECTED] Gesendet: Donnerstag, 8. April 2004 15:36 An: henrik rathje Cc: [EMAIL PROTECTED] Betreff: Re: SQL extension sample Hi, Henrik I've never tested SQL extension sample with postgresql, but it works fine with MySQL. Make sure that you have the JDBC driver in the classpath, sp

Re: SQL extension sample

2004-04-08 Thread Christine Li
Hi, Henrik I've never tested SQL extension sample with postgresql, but it works fine with MySQL. Make sure that you have the JDBC driver in the classpath, specify correct datasource param and have your database running. Christine Li XSLT Development IBM Toronto Lab Tel: (905)413-2601

SQL extension sample

2004-04-08 Thread henrik rathje
Hi, I tried to run the basic connection example dbtest.xsl (http://xml.apache.org/xalan-j/samples.html#basic-conn). I modified the jdbc driver name as follows: As a result i get a "No suitable driver" message. >From the same directory where i run the dbtest.xsl i can successfully run a java pro