![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Re: Re: Topics in Perl Programming: Table-Mutation Tolerant Database Fetches with DBIby repson (Chaplain) |
on Nov 29, 2000 at 04:26 UTC ( [id://43807]=note: print w/replies, xml ) | Need Help?? |
You could use idea 1 and use the sql statement 'describe table'
then you could checksum that output and if the checksum changes, die and
don't run until the program is updated. This could apply if other people
are likely to change column names and you don't want your program to try to
run in an unknown situation.
In Section
Seekers of Perl Wisdom
|
|