1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to connect to Access database (.mdb) located on a local network share?

Discussion in 'PHP' started by KingCobra, May 10, 2012.

  1. #1
    I have a mdb databse on a local networked share pc.
    The database location: \\192.168.10.12\News\mydb.mdb

    How can I connect to this database using php from my pc?

    For my own pc it works fine.
    $conn = odbc_connect('Driver={Microsoft Access Driver (*.mdb)}; DBQ=C:\test.mdb','','');

    But How can I connect to a database that is located to local networked shared pc?

    Please help
     
    KingCobra, May 10, 2012 IP