in reply to (chromatic) Re: Login?
in thread Login?
I disagree. DBI might be a solution. It depends what you want. If you are satisfied with the lowest common denominator API, and you're going to swap database servers around, DBI is the way to go. But swapping database servers isn't common, just as people don't run a different OS or different hardware every week, and nor do they swap from language to language.
Instead, you might prefer access to the full API of your database vendor. Sybase has three different libraries, DBlib, CTlib and BCP. There's an excellent, mature Perl interface for that (Sybase::* aka sybperl).
DBI is nice, but like most things, it's not the be all, end all. Why can't we apply there is more than one way to do it on modules?
-- Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Login? (CMonster: switching databases)
by CMonster (Scribe) on Jul 15, 2000 at 21:07 UTC | |
|
RE: RE: (chromatic) Re: Login?
by BBQ (Curate) on Jul 16, 2000 at 03:31 UTC |