hi,

I had try to use dataSource in sql TAG but...

"Unable to get COnnection, Datasource ivalid:'no suitable driver' "

It is strage because in another application (Flash Remoting) I use the same driver perfectly.

I work with
JRUN4 and Apache 2.44 on windowsXP (staging) jvm 1.4.1
JRUN4 ang Apache 2.40 LInux (production) jvm 1.4.1


my script:


1)
<sql:setDataSource
dataSource="aosta" scope="request" />

<sql:query var="test" dataSource="aosta" >
SELECT *
FROM users
</sql:query>

<c:forEach items="${test.rows}" var="row">
<c:out value="${row.username}"/>
</c:forEach>

2)
<sql:query var="test" dataSource="aosta" >
SELECT *
FROM users
</sql:query>

<c:forEach items="${test.rows}" var="row">
<c:out value="${row.username}"/>
</c:forEach>


Both don't work :o(


Some one can help me?

thanks in advance

Lorenzo Sicilia


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to