PHP and mySQL on Linux.
My host does not support the InnoDB table type.
So I gues that I should use the MyISAM table type..
But in some pages I have to create and/or update from 2 to 4 tables.
How do I make those row creations and updates as stable as possible. How to program so the risk of saving only one or to updates when it should have been 4 is minimized.
What I'm after here is a kind of simulated transaction handling on MyISAM tables.
Tore
My host does not support the InnoDB table type.
So I gues that I should use the MyISAM table type..
But in some pages I have to create and/or update from 2 to 4 tables.
How do I make those row creations and updates as stable as possible. How to program so the risk of saving only one or to updates when it should have been 4 is minimized.
What I'm after here is a kind of simulated transaction handling on MyISAM tables.
Tore