[PHP] ODBC connection..

2004-02-10 Thread Andrew Kwiczola
Heya, I was wondering if its possible to create a odbc connection with php, using a User DSN.. (not a system DSN)? Everytime I try to connect with this code.. $connect = odbc_connect("userdsnhere", "user", "password") or die(odbc_errormsg());; I get... [Microsoft][ODBC Driver Manager

RE: [PHP] ODBC Connection

2002-01-16 Thread Andrew Hill
> -Original Message- > From: Ing. Fernando Proll Segura [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 1:54 PM > To: [EMAIL PROTECTED] > Subject: [PHP] ODBC Connection > > > Hi guys: > > I'm trying to make a connection from PHP to a MS Acc

[PHP] ODBC Connection

2002-01-16 Thread Ing. Fernando Proll Segura
Hi guys: I'm trying to make a connection from PHP to a MS Access. How can I do this?, I know that there are a function for this, but what about the parameters. Thanks in advanced, Fernando