Resources
- Full support
- Partial support
Resources
This is an old revision of the document!
The syntax required and necessary file formats have not yet been identified from the legacy documentation. Can you help?
Driver Name | csv |
---|---|
Alternate Name | proxy |
Data Provider | csv |
Status | Inactive1) |
Windows | Yes |
Unix | Yes |
ADOdb V5 | Yes |
ADOdb V6 | Yes |
The csv
driver allows a CSV file to be read across an http connection and treated like a database table.
$db = newAdoConnection('csv'); $db->connect('http://127.0.0.1/files/file.csv');