On Wed, 14 Nov 2001 10:51, Johannes Ambrose wrote:
> Hi,
> I've been happily using mysql_connect() for various scripts on a linux
> box. Now I'd like to connect to a filemaker pro database using
> odbc_connect(). However, the response I get is "Call to undefined
> function".
>
> Do I need to compile odbc support? (I thought it was built in.)
>
> Is there an include file somewhere that I need to specifiy?
>
> regards
>
>
> --
> Johannes Ambrose
> Computer Systems Manager
> School of Life Sciences
> University of Queensland, Brisbane Australia
> ph: 07 3365 4826 fax:3365 1655 mob: 0401 714 835

You'll need to recompile and specify odbc support in your configure 
flags. You'll also need to get hold of some odbc software - check the 
manual for some sources at this link
 http://au2.php.net/manual/en/install.configure.php#install.configure.data
bases

There are several odbc options - I don't know which is better or worse 
but a search through the mail archives will probably turn up some recent 
discussion.


-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   I won't rise to the occasion, but I'll slide over to it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to