Try

<jdbc logger="{logger}" name="{connectionName}">
        <pool-controller max="50" min="15"/>
        <auto-commit>true</auto-commit>
        <dburl>jdbc:odbc:{nameOfSystemDSN}</dburl>
        <user>{user}</user>
        <password>{password}</password>
</jdbc>

{nameOfSystemDSN} has to be configured in you windows datasource management
under system properties pointing to your access database.

Markus

-----Urspr�ngliche Nachricht-----
Von: Antonio Gallardo [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 28. Oktober 2003 16:33
An: [EMAIL PROTECTED]
Betreff: Re: MS Access with cocoon


Mustafa Ali, Halgurt dijo:
> Hallo,
>
> I want to bind ms access with cocoon, can someone tell me please which
> jdbc version do I have to use? Is ms sql = ms access?

Nope. MS SQL and MS Access are 2 diferent beasts, but with the same parent
:-D


For info about how connect a database see:

http://wiki.cocoondev.org/Wiki.jsp?page=SpecificDatabaseConnection

I noted there is no info for MS Access, but I guess you can use the
JDBC-ODBC connector that is shipped with J2SDK.

Best Regards,

Antonio Gallardo




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


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

Reply via email to