Re: [PDO] Client side cache for prepared queries
[email protected] (Lester Caine) Wed, 03 Aug 2011 01:03:36 +0100
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
Ferenc Kovacs wrote: > thats acceptable,http://www.php.net/manual/en/pdo.transactions.php > also mentions that active transactions will be rolled back at the end > of the script execution. > and there was a good sum-up from Christopher Jones: > http://news.php.net/php.pdo/300 MySQL is probably the only database that has the 'lock' problem ... I think every other database will close the transaction cleanly when the script finishes running. So the 'client side caching' has no practical use except for MySQL? -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php