phl4kx - I'm sorry, I'm really having trouble understanding what you're asking - most probably, because of linquistic barriers. Can you describe your question in more detail - like describe your scenario? This will help us infer what you really need.
phl4kx, I'm sorry, I don't understand your question. Can you rephrase it, please?
if i can use Transactions in qcubed, if have same class or anything
I don't understand this too, but QCubed supports transactions.
phl4kx - I'm sorry, I'm really having trouble understanding what you're asking - most probably, because of linquistic barriers. Can you describe your question in more detail - like describe your scenario? This will help us infer what you really need.
QCubed does support transactions...
Here is an example:
try
{
QApplication::$Databases[1]->TransactionBegin();
// ... some random code here...
QApplication::$Databases[1]->TransactionCommit();
}
catch(Exception $objException)
{
QApplication::$Databases[1]->TransactionRollback();
}