If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Is adodb database abstraction layer for php installed, or should we install it manually from the site?
Or, any alternative to adodb that you may suggest?
I've used it before personally and have not found any problems with it. There's not much to install either. You just need to upload all of the scripts and include into your own scripts as necessary.
However, to answer your question, it is not available server-wide.
Might want to look into Adodb Lite if you need the option of using multiple database. However, straight calls to PHP database extensions (MySQL, MySQLi and etc) offer the best performance.
"Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha
Comment