|
I am developing on ORION & WIN2k & tiny DB
(Access2000)
I tested Transactions in Access
(con.setAutoCommit(false);con.commit();con.rollback();.....)
Everything went well..
But, Orion Setting makes Problem.
in data-source.xml
<data-source class="com.evermind.sql.DriverManagerDataSource" location="jdbc/AccessCoreDS" connection-driver="sun.jdbc.odbc.JdbcOdbcDriver" ejb-location="jdbc/AccessDS" xa-location="jdbc/AccessXADS" name="Access" password="7098" url="jdbc:odbc:oriondb" inactivity-timeout="30" username="neosuper" pooled-location="jdbc/AccessPool"/> This code works well, but if class attribute is changed to com.evermind.sql.DriverManagerXADataSource, Orion will not start with not founded Source Location
Errors..
Can't I use Transactions with Access 2000 ? Please give me some advices...... and solutions
|
