Hi Krishna


It's quite easy:

Copy the jdbc jar file ('mm.mysql-2.0.4-bin.jar' in my case) into your
orion/lib directory.

Then add the following to your orion/config/data-sources.xml

     <data-source
          class="com.evermind.sql.DriverManagerDataSource"
          name="mySQL-name"
          location="jdbc/mySQL-name"
          xa-location="jdbc/xa/mySQL-name"
          ejb-location="jdbc/mySQL-name"
          connection-driver="org.gjt.mm.mysql.Driver"
          username="username"
          password="password"
          url="jdbc:mysql://localhost/database-name"
          inactivity-timeout="30"
     />

replacing username, password, database-name (in the url) and putting the
name you wish to use in name then using it in location, xa-location and
ejb-location.

I hope this helps.

Russell



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Any views or opinions presented in this Email message are solely those of
the author and do not necessarily represent those of the Microlise Group
unless otherwise specifically stated.
Email communications are not necessarily secure and therefore the Microlise
Group does not accept legal responsibility for the contents of this
message.

If you are not the intended recipient and have received this message in
error, please notify Microlise immediately.

Microlise Group Limited +44 (0)1773 713311



Reply via email to