On 18/03/15 15:27, R B wrote: > Hello, > I want to know which is the database library currently recommended? Depends what you are wanting :) If working with a single database then you perhaps don't need a cross database abstraction layer like ADOdb. PDO makes some databases look the same data wise, but not SQL wise, and many frameworks now use their own abstraction layer on top of that for the SQL stuff. Bit like asking how long is a piece of string ... anything you need in particular from a database library? -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php