Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: A brief survey of the DBI usability layer modules on the CPAN

by Tanktalus (Canon)
on Nov 01, 2005 at 22:06 UTC ( [id://504756]=note: print w/replies, xml ) Need Help??


in reply to A brief survey of the DBI usability layer modules on the CPAN

Which database are you using? It makes a difference - I started down the road of using one of them (don't recall which anymore - this was long before I found PM), then found it didn't work with DB2 - and there was no plans to support it. So I had to abandon that module. I've not had the time to go back and revisit that decision.

  • Comment on Re: A brief survey of the DBI usability layer modules on the CPAN

Replies are listed 'Best First'.
Re^2: A brief survey of the DBI usability layer modules on the CPAN
by Aristotle (Chancellor) on Nov 01, 2005 at 22:19 UTC

    Huh? Well, the project I’m using this on must run on MySQL (despite my own choices), and I have some code that uses SQLite. I was going to be using it with PostgreSQL at some point. I don’t see how any of that matters though, since the module leaves the queries entirely up to you.

    Makeshifts last the longest.

Re^2: A brief survey of the DBI usability layer modules on the CPAN
by vek (Prior) on Nov 02, 2005 at 00:42 UTC

    Even though I've not tried DBIx::Simple with DB2 personally, it really shouldn't matter what database you are using as long as it's supported by DBI and has a DBD::* driver. FWIW I know it works with MySQL, Oracle, and Sybase.

    -- vek --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found