dreel has asked for the wisdom of the Perl Monks concerning the following question:
How to manage by DbIx::Class dynamically created table?
We have a SP in MSSQL Server generates history tables by name template: name_creation_date.
After creation how can I access to tables in runtime?
Important: mod_perl script.
----
OS: Win32, ActivePerl 5.8.820, mod_perl-2, Apache 2.0.59
MSSQL server connect through dbi:ODBC:sys_alias
Comment on DbIx::Class and dynamically created tables