ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:proxy

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
database:csv [2015/08/21 23:49] – created mnewnhamv5:database:proxy [2019/11/28 03:44] – typos peterdd
Line 1: Line 1:
-====== CSV File ======+====== Proxy ====== 
 +~~NOTOC~~ 
 +<WRAP right box round 300px> 
 +== See Also == 
 +[[v5:proxy:proxy_index|ADOdb Proxy Server]]\\ 
 +== Specification == 
 +^Driver Name|proxy| 
 +^Alternate Name|csv| 
 +^Data Provider|proxy| 
 +^Status|Active((This driver is actively supported by ADOdb project members))| 
 +^Windows|Yes| 
 +^Unix|Yes| 
 +^ADOdb V5|Yes| 
 +^ADOdb V6|Yes| 
 + 
 +</WRAP>
 ===== Description ===== ===== Description =====
-The ''csv'' driver allows a CSV file to be treated like a database table+The ''proxy'' driver is the client-side driver used by the  [[v5:proxy:proxy_index|ADOdb Proxy Server]]. Prior to ADOdb version 5.21, the ''csv'' and ''proxy'' drivers could be used interchangeably, but since 5.21, enhancements and fixes are only applied to the ''proxy'' driver, and only that one should be used. 
 +-------------------------------------------------- 
 +===== Usage ===== 
 +<code php> 
 +$db = newAdoConnection('proxy'); 
 +$db->connect('http://127.0.0.1/files/server.php'); 
 +</code> 
 + 
 + 
v5/database/proxy.txt · Last modified: 2020/01/13 13:15 by dregad