This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi -- I'm considering purchasing LightSpeed for use with a MySQL database, but I'm not sure if transactions are supported. Could you let me know? Thanks very much, Michael |
|
|
Yes, we do support transactions. You can do this using the CLR TransactionScope class or by calling IUnitOfWork.BeginTransaction (which will call BeginTransaction on the underlying database connection, in your case a MySqlConnection). If there's any specific behaviour or support you want to check on then you can download the free Express Edition and do a quick test. |
|