Date: 07/28/01
- Next message: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Previous message: Iwan Birrer: "Re: [phplib] IT[X] example"
- Next in thread: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Reply: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Reply: Chris Johnson: "RE: [phplib] ct_split_sql question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Previous message: Iwan Birrer: "Re: [phplib] IT[X] example"
- Next in thread: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Reply: Arek \(James Potts\): "Re: [phplib] ct_split_sql question"
- Reply: Chris Johnson: "RE: [phplib] ct_split_sql question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

