[phplib] ct_split_sql question From: Jakob (jakob <email protected>)
Date: 07/28/01

hi,

I had to switch from using ct_sql to ct_split_sql as my
container class, as I was getting session errors due to
the size of my session.

here's my question: I had to comment out the following
two lines as they generated sql error messages:

ct_split_sql.inc:
$this->db->query("BEGIN TRANSACTION"); //(l. 67)
// while loop saving the session into rows
$this->db->query("END TRANSACTION"); // (l. 88)

it does work now, but i am wondering about the
implications of this modification.

i should add that i am using mysql which, to my
knowledge doesn't support transactions (yet).

thanks for your advice,

Jakob.

-- 
Abbestellen mit Mail an:   phplib-unsubscribe <email protected>
Kommandoliste mit Mail an: phplib-help <email protected>