error connect remote foxpro DB thru ODBC
Posted: Thu Dec 09, 2004 5:17 am
is OK to connect foxpro DB thru ODBC in local pc.
but when i connect remote foxpro DB thru ODBC, it occur error.
Warning: SQL error: [Microsoft][ODBC Visual FoxPro Driver]Server, SQL state 01S00 in SQLConnect in C:\Apache Group\Apache...
i search this warning quite many time already, but still can't get the answer.
anybody know how to solve it?
but when i connect remote foxpro DB thru ODBC, it occur error.
Warning: SQL error: [Microsoft][ODBC Visual FoxPro Driver]Server, SQL state 01S00 in SQLConnect in C:\Apache Group\Apache...
i search this warning quite many time already, but still can't get the answer.
anybody know how to solve it?
Code: Select all
<?php
$dsn = "Driver={Microsoft Visual FoxProDriver}; Server=bca_server; Database=dw" ;
$pr=odbc_pconnect($dsn,"root","");
?>