Home  >  Article  >  Backend Development  >  vfpoledb 在xp+apache+php 下运行不正常,该怎么解决

vfpoledb 在xp+apache+php 下运行不正常,该怎么解决

WBOY
WBOYOriginal
2016-06-13 11:55:471051browse

vfpoledb 在xp+apache+php 下运行不正常
vfpoledb 在win2003 +apache+php 下运行良好 在xp+apache+php 下运行不正常

<br /><?php<br />define ("vfp_oledb_CString", "Provider=VFPOLEDB.1;Data Source=d:/newdf; Collating Sequence=MACHINE");<br /><br /><br />$conn = @new com("ADODB.Connection") or die ("ADO连接失败!"); <br />$conn->ConnectionString= vfp_oledb_CString;<br />$conn->Open(); <br />$conn->CursorLocation = 3;<br /><br />?>

服务器回应

<br />Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> ADODB.Connection<br/><b>Description:</b> 对象没有提供' in D:\chinaz.com\WebSite\testado.php:7 Stack trace: #0 D:\chinaz.com\WebSite\testado.php(7): com->Open() #1 {main} thrown in D:\chinaz.com\WebSite\testado.php on line 7

 在2003下是正常工作的 
PHP环境


在php 5.33 环境下测试是无任何反应

regsvr32vfpplddb.dll  已经执行过了
此外 用 excl 访问 VFP OLDDB  访问vfp表是正常的


------解决方案--------------------
extension=php_com_dotnet.dll

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn