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

----- Original Message -----
From: krishna mukdapu <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 7:17 PM
Subject: Does Orion work woth Ms access


> hi,
>
> I would like to test Orion server with different Databases. Has any one
> tried Orion with Ms access Database. What changes we have to make to the
> data-sources.xml. here is the tag for Hypersonic server:
>
> <data-source class="com.evermind.sql.DriverManagerDataSource"
name="Hypersonic"
> location="jdbc/HypersonicCoreDS" xa-location="jdbc/xa/HypersonicXADS"
> ejb-location="jdbc/HypersonicDS"
> connection-driver="org.hsql.jdbcDriver"
> username="sa"
> password=""
> url="jdbc:HypersonicSQL:./database/defaultdb" inactivity-timeout="30"
> />
>
> thanks in Advance.
>
> cheers,
> krishna
>
____________________________________________________________________________
_________
> Get more from the Web.  FREE MSN Explorer download :
http://explorer.msn.com
>
>
>


Reply via email to