From what I can understand, PHPRunner does not support cascading referential integrity, as does Microsoft Access? Or does PHP runner do it in a different way that I have been unaware?
By cascading referential integrity I mean that if two database tables are related by their primary keys being the same (also call primary and foreign keys) that if a field in the master table is changed, that the same field in the second or child table is also changed (updated).
Randy J
By cascading referential integrity I mean that if two database tables are related by their primary keys being the same (also call primary and foreign keys) that if a field in the master table is changed, that the same field in the second or child table is also changed (updated).
Randy J