> I see that queryBatch() has been depreciated. Is there a replacement for
> this vital function?
Unlikely. One should use transactions instead, which are/might be
handled differently with different database engines.
Regards,
Niels
--
| http://barcamp-wk.de · 1. Barcamp Westküste 30./31. März 2012 |
| http://www.bsds.de · BSDS Braczek Software- und DatenSysteme |
| Webdesign · Webhosting · e-Commerce · Joomla! Content Management |
------------------------------------------------------------------
> Thanks - any quick links to where transactions occur in the platform or
> Joomla CMS for direction on how to code for an extension?
See
JDatabase::transactionStart();
JDatabase::transactionCommit();
JDatabase::transactionRollback();
and
JDatabase::splitSql($sql)
Regards,
Niels
--
| http://barcamp-wk.de · 1. Barcamp Westküste 2./3. März 2012 |