in reply to Database Re-Insert
I have a database application using Class::DBI. I use it to insert and retrive records. Recently, each existing record may have an additional field available for inserting and retriving. How I can do this, harmlessly? I have already make a new template (using Template) for displaying the additional field.
Erm. You add the new column to your table. If you're not using something like Class::DBI::Loader add the new column to your Class::DBI subclass. Done.
What's the problem? :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Database Re-Insert
by artist (Parson) on Feb 27, 2006 at 17:59 UTC | |
by adrianh (Chancellor) on Feb 28, 2006 at 17:23 UTC |