Hi, Does anyone know if there are any data generators for MySQL? I am looking for a tool that will create fake data in each of my tables for testing purposes. The tricky part is creating it in such a way that referential integrity is enforced. For instance if one table has a field that is a foreign key reference to the primary key of another table, then the program would need to be smart enough to create one table first, get the primary key value and create the other table using that primary key value as the value for the field with the foreign key reference.
Thank you, Guy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
