http://www.perlmonks.org?node_id=405291


in reply to Re^2: Building Enterprise Web Applications with Maypole
in thread Building Enterprise Web Applications with Maypole

We use Sybase::DBlib.
  • Comment on Re^3: Building Enterprise Web Applications with Maypole

Replies are listed 'Best First'.
Re^4: Building Enterprise Web Applications with Maypole
by diotalevi (Canon) on Nov 04, 2004 at 19:51 UTC
    You should probably ask the Maypole list about that. My guess is that either you'll need to port your application to use DBI or write a wrapper so your database appears to be a DBI.
Re^4: Building Enterprise Web Applications with Maypole
by mpeppler (Vicar) on Nov 05, 2004 at 07:32 UTC
    You should seriously consider migrating off of Sybase::DBlib, as DB-Library is being phased out by Sybase (no new functionality, etc.) Sybase::CTlib, Sybase::Simple and of course DBI/DBD::Sybase are the modules to use so that the underlying access method used is Sybase's Client Library.

    Michael