Here is some more information. I have been experimenting with
MSExcel/ODBC/Progress and this works just fine. Excel uses the same ODBC
driver that PHP should be using to access the Progress database. So now I
am leaning towards what appears to be a problem with PHP being able to use
that driver
Hi, Thanks for your input. I have an interesting situation occurring. I
believe that the problem lies in the query. And in the fact that this is
odbc to a Progress database. Just for giggles, I created an identical
MSAccess database and set it up for ODBC. I switched the php script to look
at
i was also having trouble with odbc/access, may be my function can work for
you too:
try this code:
";
$numfields=odbc_num_fields($result);
for ($i=1;$i<=$numfields;$i++) {
echo "".odbc_field_name($result,$i)."";
}
echo "";
while (odbc_fetch
ouglas F. Keim [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, October 10, 2002 1:18 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Re: Rows of data all the same
> >
> >
> > This is an update on this problem. Direct SQL commands are working just
> > fi
October 10, 2002 1:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Re: Rows of data all the same
>
>
> This is an update on this problem. Direct SQL commands are working just
> fine with the query, but as soon as I use the php commands it get these
> results. I have trie
This is an update on this problem. Direct SQL commands are working just
fine with the query, but as soon as I use the php commands it get these
results. I have tried stepping through the rows with various odbc commands
with similar results. Now I am suspecting that the $Results are only
getting