Re: [PHP-WIN] odbc_fetch_array function

2002-10-08 Thread Pascal
Thanks for your message. The database on which I ran the query which result I am trying to fetch with this function is Pervasive 7. However, the PHP parser does not recognize the function name, so I don't believe the issue is with the db. Even on the php.net site, the function is not documented

RE: [PHP-WIN] odbc_fetch_array function

2002-10-08 Thread Uttam
: Matt Kynaston [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 16:25 To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] odbc_fetch_array function Check out the user notes at: http://www.php.net/manual/en/function.odbc-fetch-array.php One includes a workaround if you're using a version whe

RE: [PHP-WIN] odbc_fetch_array function

2002-10-08 Thread Matt Kynaston
08 October 2002 05:31 > To: Pascal S. > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] odbc_fetch_array function > > > what database are you using? that problem is a database > connection from > your php to your db. i have been using the same as y

Re: [PHP-WIN] odbc_fetch_array function

2002-10-07 Thread SEGUERRA FRANCIS TED ARANAS
what database are you using? that problem is a database connection from your php to your db. i have been using the same as your for a couple of months but i have no problem since my db is placed on my cygwin.its a postgresql db. On Thu, 3 Oct 2002, Pascal S. wrote: > I have version 4.2.3 of P

[PHP-WIN] odbc_fetch_array function

2002-10-03 Thread Pascal S.
I have version 4.2.3 of PHP installed on a Windows server. I am new to PHP. I did find the function array odbc_fetch_array ( resource result [, int rownumber]) in the documentation, but it doesn't seem implemented in the version that I use. Do you know what I did wrong? Thanks, Pascal -- P