[PHP-DB] newbie question: FoxPro Tables and ODBC From: Lee Pope (lee_pope <email protected>)
Date: 10/12/00

Hi y'all--

I'm new to this list, and after a little searching, still haven't come up
with an answer to this question.

I'm running Apache 1.3, PHP 4 and iODBC on a linux server, but need to get
information from some FoxPro 2.6 Tables residing on a Windoz box next door.
When I use odbctest, I can query the FoxPro tables just fine. From PHP, I
an connect to the tables, but when I try to use any of the following:

        odbc_prepare();
        odbc_execute();
        odbc_exec();
        odbc_do();

I get errors from the windows driver, and no data is returned.

Any ideas?

Thanks,

lee

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>