Subject | Re: [firebird-php] Re: Hits and stats counters - SOLVED |
---|---|
Author | Lester Caine |
Post date | 2010-04-24T08:49:43Z |
Problem with working with a large code base developed from legacy code is that
things get overlooked ;)
The only problem it turned out I had was that the problem updates were not
ACTUALLY wrapped with a transaction so were using the driver default one - which
is simply wrong.
Adding a transaction wrap solved the problem ...
But I must get the adodb firebird driver accepted in the main adodb code base.
Things like affected_rows works nicely, but has not been ported back to replace
the original driver ...
--
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
things get overlooked ;)
The only problem it turned out I had was that the problem updates were not
ACTUALLY wrapped with a transaction so were using the driver default one - which
is simply wrong.
Adding a transaction wrap solved the problem ...
But I must get the adodb firebird driver accepted in the main adodb code base.
Things like affected_rows works nicely, but has not been ported back to replace
the original driver ...
--
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