ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:odbtp

Differences

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

Link to this comparison view

Next revision
Previous revision
database:odbtp [2015/11/26 22:44] – created mnewnhamv5:database:odbtp [2020/01/13 13:17] (current) – Add tags dregad
Line 1: Line 1:
 ====== ODBTP ====== ====== ODBTP ======
 +~~NOTOC~~
 +===== odbtp =====
 +<WRAP center round alert 60%>
 +This driver is officially dead, unsupported and will be removed in the next release
 +</WRAP>
 +<WRAP right box round 300px>
 +== Specification ==
 +^Driver Name|odbtp|
 +^Data Provider|odbtp|
 +^Status|Obsolete((The driver is no longer maintained and will be removed in ADOdb V6))|
 +^Windows|Yes|
 +^Unix|No|
 +^ADOdb V5|Yes|
 +^ADOdb V6|No|
 +</WRAP>
 ===== Description ===== ===== Description =====
-This driver is based on the windows only [[http://odbtp.sourceforge.net/|ODBTP]] extension for PHP. This extension was last updated in 2006This driver will be removed in ADOdb Version 6.0+ 
 + 
 +This driver is based on the 3rd party windows only [[http://odbtp.sourceforge.net/|ODBTP]] extension for PHP. The current status and reliablility of this driver is unknown. Windows client DLL for PHP versions 5.6 thru 7 are available [[https://www.apachelounge.com/viewtopic.php?t=6359|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 ===== 
 + 
 +<WRAP right box round 300px> 
 +== Specification == 
 +^ Driver Name    | odbtp_unicode                                                                                                                                                                     | 
 +^ Data Provider  | odbtp                                                                                                                                                                     | 
 +^ Status         | Obsolete((The driver is no longer maintained and will be removed in ADOdb V6 ))  | 
 +^ Windows        | Yes                                                                                                                                                                       | 
 +^ Unix           | No                                                                                                                                                                        | 
 +^ ADOdb V5       | Yes                                                                                                                                                                       | 
 +^ ADOdb V6       | No                                                                                                                                                                        | 
 +</WRAP> 
 +This driver appears to add unicode support to the odbtp driver 
 + 
 +{{tag>odbtp obsolete}} 
v5/database/odbtp.txt · Last modified: 2020/01/13 13:17 by dregad