Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Bastien
Bastien Koert On 2012-08-28, at 11:52 AM, Floyd Resler wrote: > On Aug 28, 2012, at 11:32 AM, Paul M Foster 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

Re: [PHP] FoxPro Table Structure

2012-08-28 Thread Floyd Resler
On Aug 28, 2012, at 11:32 AM, Paul M Foster 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 the table and usin

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 enti

[PHP] FoxPro Table Structure

2012-08-28 Thread Floyd Resler
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 table since there is no LIMIT command in FoxPro. I've looked and