Search results

  1. Y

    Access database engine not enabled by default?

    Yes I can. But it would be quite a pain if I have to add that reference on every single computer that's going to use my program. I'm trying to figure out why DAO wasn't there by default, as it used to be, and why the change of SQL syntax without my intervention. I wanted to know what's behind...
  2. Y

    Access database engine not enabled by default?

    Thanks for the reply. I did not use connection strings. To use them, maybe I'd need to use ADODB, that's something I'd like to try out on my next project. What I did was, I downloaded and installed the ODBC Driver for MySQL from their website, then in the ODBC Data Source applet in Control...
  3. Y

    Access database engine not enabled by default?

    Hi, I'm not a professional developer, just someone who knows some VBA and SQL, with just enough database knowledge to put some things together. I'm currently working on an Access (Office365 64-bit) front end that uses linked tables stored in a MySQL server on Ubuntu (via ODBC drivers). This is...
Back
Top Bottom