Migrating from DBLib to CTLib
"Mark Aufflick" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
As per another email thread (about Sybperl on cygwin), it seems that our legacy code uses DBLib. In fact it inherits from Sybase::DBLib which doesn't seem like the best way to go (I would be inclined to use a has-a model rather than an is-a model in this case). I believe from other posts that DBLib is somewhat deprecated. Can anyone comment on that, and does anyone have any suggestions for migrating from DBLib to CTLib? Cheers, Mark.