Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Paul M Foster
On Tue, Aug 28, 2012 at 10:46:24AM -0400, Floyd Resler wrote: Is there a way in PHP to get the structure of a FoxPro table (using ODBC) without having to query the table? I know I can get it by getting a row from the table and using odbc_field_type but I'd rather not have to query an entire

Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Floyd Resler
On Aug 28, 2012, at 11:32 AM, Paul M Foster pa...@quillandmouse.com wrote: On Tue, Aug 28, 2012 at 10:46:24AM -0400, Floyd Resler wrote: Is there a way in PHP to get the structure of a FoxPro table (using ODBC) without having to query the table? I know I can get it by getting a row from

Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Bastien
Bastien Koert On 2012-08-28, at 11:52 AM, Floyd Resler fres...@adex-intl.com wrote: On Aug 28, 2012, at 11:32 AM, Paul M Foster pa...@quillandmouse.com wrote: On Tue, Aug 28, 2012 at 10:46:24AM -0400, Floyd Resler wrote: Is there a way in PHP to get the structure of a FoxPro table