Afficher un message
Vieux 14/09/2007, 13h19   #6
Pugi!
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: PDO: test for transaction

On 14 sep, 13:57, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Pugi! wrote:
> > I am using PDO for my MySQL database connection and actions.
> > I was wondering if it is possible to test if your are in a
> > transaction.
> > ...
> > start transaction
> > ...

>
> > call a function, can I test in this function if I am in the middle of
> > a transaction or not ?

>
> > ...
> > end transaction
> > ...

>
> > thanx,

>
> > Pugi!

>
> Pugi,
>
> No, there isn't any PDO (or other, for that matter) call I know of which
> allows you to test if you are in a transaction or not. Probably because
> there isn't any SQL query to do it.
>


I was afraid this would be the case. Would've made it easy, but there
are other ways to accomplish what I want to do.

> But you also need to remember - MySQL will ignore transactions if you're
> using MyISAM tables. So even if you could make such a call, it might
> return incorrect information.
>


This much I know. I use innodb.
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================


Pugi!

  Réponse avec citation
 
Page generated in 0,06259 seconds with 9 queries