Hi

It's not a MySQL issue, it's a web server configuration problem. Check
you php.ini file and unquote in the section:

        ;Windows Extensions


the line accordingly with the DB connexion you're using. MySQL is set by
default.

Also try the function odbc_fetch_into()


-----Mensaje original-----
De: Tokunboh Oladejo [mailto:tokunboh.oladejo@;homeownersdream.com] 
Enviado el: miércoles, 13 de noviembre de 2002 14:11
Para: '[EMAIL PROTECTED]'
Asunto: Mysql, ODBC and PHP

I have a windows 2000 adv server that is running mysql and php in other
to
interact with couple of other Microsoft Access database.
 
However, I have a challenge with the function "odbc_fetch_array( )"
which is
returning a "endefined function error" when used with the ODBC
connection.
 
I have used mysql_fetch_array( ) with Mysql connection and it works
fine.
 
I have checked the php site for documentation on this function but there
is
none. Can anybody help.
 
 
Thanx
 
 
Toks

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to