Menu

#4 working with squirrel-sql

open
nobody
None
5
2003-10-27
2003-10-27
No

1. I loaded the ASHpool JDBC driver to SQuirreL SQL
(http://squirrel-sql.sourceforge.net/.)

2. I created this table:

create table test ( r_one varchar(20) );

3. When I issue the following command:
select * from test;

I get the following error:
Error:
javax.xml.transform.TransformerFactoryConfigurationError
: Provider net.sf.saxon.TransformerFactoryImpl not found

Do I need to add additional jars to my classpath to get
this to work ?

Discussion


Log in to post a comment.