Is there a tool in perl which will create the code necessary for an insert or update statement for a database table. I don't want a full on OR mapper but my code has lots of database inserts and updates. It would be really great to have a little tool which could produce a skeleton insert/update command based on knowledge of a table structure. I am not a good perl programmer but if one doesn't exist I am considering writing one. I guess I would have to connect to the database, issue a describe statement on the table to get the field names and also check whether the primary key was autoinc
regardsIn reply to perl code generators by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |