02-04-2009, 02:27 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,267
Thanks: 90
|
As far as I can see, from the manual on odbc_connect, it would be something like the following. Though I have to admit that I've never used it before in my entire life.
php Code:
odbc_connect('DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=dbname.mdb', $szUsername, $szPassword);
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|