ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_abstraction:start_lesson

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:userguide:learn_abstraction:start_lesson [2016/03/15 17:28] – [Introduction] not 'extraction' dregadv5:userguide:learn_abstraction:start_lesson [2016/08/13 15:44] (current) – [Introduction] mnewnham
Line 10: Line 10:
 can all be replaced by a single ADOdb replacement [[v5:reference:connection:execute|execute()]]. In addition, ADOdb provides a number of shortcut commands to commonly used SQL syntax. can all be replaced by a single ADOdb replacement [[v5:reference:connection:execute|execute()]]. In addition, ADOdb provides a number of shortcut commands to commonly used SQL syntax.
  
-ADOdb is not a replacement for the PHP database driver, which must be installed and correctly configured.+ADOdb is not a replacement for the PHP database driver, which must be installed and correctly configured. If it is not, ADOdb will immediately issue an error message **//Driver Not Installed//** when a connection is attempted. The best way to debug the problems is to bypass ADOdb completely and work on establishing a connection with the database directly through the PHP level driver. Once the connection is established that way, ADOdb should work correctly. There are many reasons why the driver cannot connect. The best place to obtain help is on sites like StackOverflow and database manufacturers forums
  
  
  
v5/userguide/learn_abstraction/start_lesson.txt · Last modified: 2016/08/13 15:44 by mnewnham