chantown Posted September 13, 2007 Share Posted September 13, 2007 If we're developing a content management system, would it be better to use mysqlI or mdb2? What is the advantages/disadvantages of both? Quote Link to comment Share on other sites More sharing options...
btherl Posted September 14, 2007 Share Posted September 14, 2007 mdb2 is an abstraction layer, meaning the same code will be more easily ported to other databases. Mysqli is an interface directly to mysql only, so porting will be more difficult. There's probably more mysql specific features in mysqli too.. that's a rule of thumb when it comes to abstraction. Quote Link to comment Share on other sites More sharing options...
chantown Posted September 14, 2007 Author Share Posted September 14, 2007 So if we're just using MySQL for life , it'd be more more flexible and easier to use MysqlI? Quote Link to comment Share on other sites More sharing options...
Jessica Posted September 14, 2007 Share Posted September 14, 2007 You could use ADODB, that is a nice one. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.