[PHP-WIN] Re: Problems setting up a DSN

2001-09-27 Thread Mike
Daniel, If you are accessing an Access 2k database, I would use OLEDB rather than ODBC. With this you would not require a DSN, and the speed is greater. ex. $conn = new COM("ADODB.Connection"); $connString = 'PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=F:\someMDB.MDB;User Id=Foo;Password=B

[PHP-WIN] Re: Problems setting up a DSN

2001-09-26 Thread Jason Bourne
Daniel, Do also check if your odbc driver is compatible with your ms access version!! regards, Jason "Daniel Parsons" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm running PHP 4.0 on WinNT 4 with IIS and attempting to use an Access > 2000 databas