PHP ODBC connection to access database failed

Source: Internet
Author: User
Tags odbc connection
$connstr = "Driver={microsoft Access DRIVER (*.mdb)}; Dbq= ". Realpath (" C:\Users\btang\xampp\htdocs\InterfaceSatcli\BdD_DO.mdb ");
$connid =odbc_connect ($connstr, "", "", SQL_CUR_USE_ODBC);
Echo Phpinfo ();

} catch (Exception $e) {
echo "connectionãaccess Impossible:", $e->getmessage ();
Die ();
}

?>


Reply to discussion (solution)

Connect access requires the MDB file in the same directory as the general user execution, please check

Connect access requires the MDB file in the same directory as the general user execution, please check



Under my own username, so I have executive power and I'm a non-admin account.

That doesn't mean anything, you need to look at the permissions property
PHP is working with anonymous users and belongs to the Users group

That doesn't mean anything, you need to look at the permissions property
PHP is working with anonymous users and belongs to the Users group



I added the Everyone user group to access and gave it full control, and the folder where project was also added
After changing the PDO ODBC connection error cannot open the registration form

Finally, I used the odbc_connect.
Previous error is because no data source is set Win7 is set in C:\windows\SysWOW64\odbcad32.exe

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.