|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-20 15:23 UTC] mike@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 00:00:02 2025 UTC |
Description: ------------ error php connect database foxpro from network but run on my PC is no problem Reproduce code: --------------- <?php $conn=odbc_connect('test','','' ); if (!$conn) {exit("Connection Failed: " . $conn); } else{ echo"<br> pass s"; echo $sql="SELECT order_no from order "; echo"<br> ".$rs=odbc_exec($conn,$sql); } ?> Expected result: ---------------- Warning: odbc_exec(): SQL error: [Microsoft][ODBC Visual FoxPro Driver]File 'cusmst.dbf' does not exist., SQL state S0002 in SQLExecDirect