Hi all, I have some doubts about using transactions with databases that don't allow them.
Here goes my questions: scenario 1: using JTA with JDBC driver for MySQL - MySQL doesn't support transactions, is it right ? So, using MySQL, if I start a transaction with JTA and make some JDBC operations, will it work like a transaction ? Or the database will be out of it ? scenario 2: using JDO,JDBC with MySQL - Whata about a JDO transaction ? Will it work ? Other question: do I need to use EJB classes to make use of transactions on a J2EE container (JTA) ? thanx guys, FR. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
