Re: [PHP] PHP+MS Access and/or MS SQL

2001-04-27 Thread Ivan Porro
10X a lot !!! Bye. Andrew Hill wrote: > > Hi, > > A small correction, remote ODBC DSNs work fine with Access. > It's simply a question of installing appropriate drivers. > > Best regards, > Andrew > -- > Andrew Hill - OpenLink Software > Director Technolog

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-27 Thread Andrew Hill
Hi, A small correction, remote ODBC DSNs work fine with Access. It's simply a question of installing appropriate drivers. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.openl

Re: [PHP] PHP+MS Access and/or MS SQL

2001-04-27 Thread Ivan Porro
Hi, www.mysql.com, and check the website for a myaccess or myodbc doc's. I know (I dwnloaded it) that exist a myaccess plugin to save access dB to mysql structure files. >From php side you have a lot of classical dbfunction to access MSAccess dB, simply using odbc_function and creating a ODBC Da

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-26 Thread John Monfort
Thanks, Andrew. The ODBC functions did the trick. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Thu, 26 Apr 2001, A

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-26 Thread Andrew Hill
John, If you are using PHP from Windows you can use ODBC or the mssql_functions. >From Linux/Unix, you should compile the iODBC Driver Manager into your PHP/Apache build, and then drop in an ODBC driver. There is a HOWTO at www.iodbc.org on compiling PHP with iODBC. Best regards, Andrew --