
July 23rd, 2004, 05:04 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
MySQL connecting to XML
<xsl  aram name="driver" select="'com.mysql.jdbc.Driver'"/>
<xsl  aram name="datasource" select="'jdbc:mysql:///test'"/>
<xsl  aram name="query" select="'SELECT * FROM product'"/>
<xsl  aram name="username" select="'root'"/>
<xsl  aram name="passwd" select="''"/>
I get this error message ("Invalid Driver Specified") when I execute this file(dbtest.xsl)
Someone please help, what problem of the mySQL driver???
thanks a lot....thanks.
|