RE: [PHP] newbie question about odbc_connect

2001-11-14 Thread Andrew Hill
; Data Integration Technology Providers > -Original Message- > From: Johannes Ambrose [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 13, 2001 7:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] newbie question about odbc_connect > > > Hi, > I've been happ

Re: [PHP] newbie question about odbc_connect

2001-11-13 Thread David Robley
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 compi

[PHP] newbie question about odbc_connect

2001-11-13 Thread Johannes Ambrose
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 inclu