Pear::DB and mysqli - Is it Portable ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • webguynow

    Pear::DB and mysqli - Is it Portable ?

    I'm trying to build a good DB Layer on top of Pear::DB

    Are there any forums or knowledge base sites on this direct topic ?

    I've been using the documentation at:

    But since I'm not always online, is there a way I can download this ?

    Or if the documentation is derived from the classes, How can I build
    it?

    related ?: If there are no public hosts supporting MySQL5 and prepared
    statements, how long will we have to wait to use this functionality ?
    I did see 1 host using MySQL5 -Ensim



    I'm wondering how portable/transparent the DB platform is, expecially
    if I code using alot of the prepared statement(PS) API and then end up
    on a Host only supporting MySQL4.


    executeEmulateQ uery() I'm reading some code to see if this really does
    allow the DB PS API to work with MySQL4. more later ...

  • Mladen Gogala

    #2
    Re: Pear::DB and mysqli - Is it Portable ?

    On Thu, 08 Sep 2005 14:36:06 -0700, webguynow wrote:
    [color=blue]
    > I'm trying to build a good DB Layer on top of Pear::DB
    >
    > Are there any forums or knowledge base sites on this direct topic ?[/color]

    http://adodb.sourceforge.net.

    --


    Comment

    Working...