Re: [PHP-WIN] ASP to PHP (Secure MS Access connection)..

2001-01-25 Thread Gonzalo Vera
I've never handled secured db's, but in windows' control panel, in the ODBC applet where you define DSN, you can also define the system db for each db. When connecting in PHP your string has DSN, user and password, like: $dsn="AnyDSN"; $user="Joe"; $pass="foobar"; $conn = odbc_connect($dsn,$user,

[PHP-WIN] ASP to PHP (Secure MS Access connection)..

2001-01-24 Thread Kevin Ferron
I'm trying to convert an ASP site to PHP, and my problem is this: I've set up the the DSN on my machine to utilize the built-in odbc functions as I would any Access DB. Because this is a "secure" db, i'm supposed to reference the MDW file as opposed to the MDB... Well I can't seem to get it to wo