Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Building Enterprise Web Applications with Maypole

by Anonymous Monk
on Nov 04, 2004 at 19:20 UTC ( [id://405276]=note: print w/replies, xml ) Need Help??


in reply to Building Enterprise Web Applications with Maypole

Is it possible to use some other database package besides DBI with Maypole ?
  • Comment on Re: Building Enterprise Web Applications with Maypole

Replies are listed 'Best First'.
Re^2: Building Enterprise Web Applications with Maypole
by diotalevi (Canon) on Nov 04, 2004 at 19:36 UTC
    I would imagine that if you wrapped your other database package so it worked like DBI then you could do that. What other database package are you hoping to use? DBI is the central module for nearly all perl database interactions and in general it is foolhardy to use RDBMSes without using DBI.
      We use Sybase::DBlib.
        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.
        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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://405276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 00:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found