I believe connecting to SQL Server directly is better. Access cannot
handle well concurrent users. Using the native SQL Server functions
instead of ODBC should be (at least theoretically) faster as well.
Andrian
Martin Rokicki wrote:
>
> Hi All,
> I've got PHP running on an NT box with
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 3:07 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP-WIN] Connecting to access or SQL server
Hi All,
I've got PHP running on an NT box with IIS 4.0. I also have an SQL
server 6.5 running on another box. Here is my question. I ne
Hi All,
I've got PHP running on an NT box with IIS 4.0. I also have an SQL
server 6.5 running on another box. Here is my question. I need to make data
reports based on a database located on the SQL server. There is an access
database that points to this SQL server through linked tables. Wh