v5:database:odbtp
This is an old revision of the document!
ODBTP
odbtp
Specification
| Driver Name | odbtp |
|---|---|
| Data Provider | odbtp |
| Status | Inactive1) |
| Windows | Yes |
| Unix | No |
| ADOdb V5 | Yes |
| ADOdb V6 | No |
Description
This driver is based on the 3rd party windows only ODBTP extension for PHP. The current status and reliablility of this driver is unknown. A Windows client dll for PHP versions 5.6 thru 7 are available Here
The server portion of the ODBTP connection does not run on any modern Windows Versions (Windows XP/ Server 2000 is the last supported OS). Because of this, the driver will be removed in ADOdb Version 6.
Example Connection Strings
| Database | Connection String |
|---|---|
| Visual Foxpro Driver | DRIVER={Microsoft Visual FoxPro Driver};SOURCETYPE=DBF;SOURCEDB=c:\YourDbfFileDir;EXCLUSIVE=NO; |
| Visual Foxpro DBC | DRIVER={Microsoft Visual FoxPro Driver};SOURCETYPE=DBC;SOURCEDB=c:\YourDbcFileDir\mydb.dbc;EXCLUSIVE=NO; |
| Access | DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\path_to_access_db\base_test.mdb;UID=root;PWD=; |
| SQL Server | DRIVER={SQL Server};SERVER=myserver;UID=myuid;PWD=mypwd;DATABASE=OdbtpTest; |
odbtp_unicode
Specification
| Driver Name | odbtp |
|---|---|
| Data Provider | odbtp |
| Status | Inactive2) |
| Windows | Yes |
| Unix | No |
| ADOdb V5 | Yes |
| ADOdb V6 | Yes |
This driver appears to add unicode support to the odbtp driver
v5/database/odbtp.1451340073.txt.gz · Last modified: (external edit)
