pp wrote:
>>>Hello,
>>>I am curious about what was the determining factor for using
>>>mysql as the database engine as opposed to something that had
>>>foreign keys and transactions.
>>>
> 
> I thought that latest Mysql has transactions.......
> 
> Piotras
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Only the BDB and the Innodb table types have tranactions. By default
mysql still uses the myisam table type. Myisam does not yet support tranactions
in the 3.23.x series. It is being built in the (alpha) 4.x series of mysql.

-- 
Vincent Stoessel [EMAIL PROTECTED]
Linux and Java Application Developer
(301) 362-1750
AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to