|
Posted by Pugi! on 09/14/07 12:19
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!
Navigation:
[Reply to this message]
|