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?
$dsn = "Driver={Microsoft Visual FoxProDriver}; Server=bca_server; Database=dw" ;
$pr=odbc_pconnect($dsn,"root","");