Re: [PHP-DB] Re: php and db/c

2003-01-06 Thread jay
yes i have... it outputs nothing... saying there are no results to the query... thanks, jay > [EMAIL PROTECTED] wrote: > > Hello everyone, > > We are running an old database system called db/c and attempting to > access > > the information via php. We have managed to make an odbc connection to

Re: [PHP-DB] Re: php and db/c

2003-01-03 Thread Frank M. Kromann
According to the specs for ODBC (and SQL92) it is ok to return -1 for the number of rows, as the correct number might not be available until the last row has been fetched. - Frank > [EMAIL PROTECTED] wrote: > > Hello everyone, > > We are running an old database system called db/c and attempti

[PHP-DB] Re: php and db/c

2003-01-03 Thread Mark Newnham
[EMAIL PROTECTED] wrote: Hello everyone, We are running an old database system called db/c and attempting to access the information via php. We have managed to make an odbc connection to the databases, and can successfully retrieve the field names, and field counts. However, php insists the