![]() |
|
|
+ Search |
![]()
|
Apr 27th, 2005 05:50
Keyar Srinivasan, Tom Dunlap,
we can connect access database on remote network drive using PHP like
this
$db = '\\\\dev1store\\tlc\\cy\\tlcmain.mdb';
//Create the ADO Connection
$conn = new COM('ADODB.Connection');
// Two different drivers that allow you to connect...
$db = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=".$db;
//$db = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=".$db;