Hi all

I try to access an MSAccess DB out of struts and I work with JBuilder 5.0.
But when running the application I get the following error from JBuilder:

cannot load servlet name: action2001-08-30 09:39:47 - path="/pcd" :action:
Initializing application data source org.apache.struts.action.DATA_SOURCE
2001-08-30 09:39:47 - path="/pcd" :action: Exception initializing
application data source org.apache.struts.action.DATA_SOURCE -
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Der Datenquellenname
wurde nicht gefunden, und es wurde kein Standardtreiber angegeben.


The struts-config.xml looks like this:

snippted...

<data-sources>
    <data-source
     description="Example Data Source Description"
     driverClass="sun.jdbc.odbc.JdbcOdbcDriver"
             url="jdbc:odbc:localhost:8080/pcd/User.mdb"/>
</data-sources>


Thakns for any help
Roland

Reply via email to