Just a note that I have heard many negative comments regarding using
the JDBC-ODBC driver that is referenced below. If I remember correctly,
the complaints revolved around performance, and some broken/lacking
features. Probably not critical for a test, but something to consider
if you are going in this direction for production.
tim.
> hi,
> try
>
> <data-source
> name="my demo datasource"
> class="com.evermind.sql.ConnectionDataSource"
> pooled-location="jdbc/myDemoDS"
> url="jdbc:odbc:demo"
> connection-driver="sun.jdbc.odbc.JdbcOdbcDriver"
> username=""
> password=""
> />
>
> don't forget to register your database properly in your windows system
> ("ODBC config" or something..), it has to be named "demo" in the example
> above
> [jdbc/myDemoDS is the JNDI entry]
>
> joe peer