Category: Development
-
Linking Access to a MySQL database
For some time I was using Access to store and manage some simple data for a web site. Unfortunately, due to a change in hosting provider I was not able to continue using the Access database and had to migrate it to MySQL. One thing I wanted was to keep the Access forms I’d created…
-
PHP – Writing to an Access .MDB database using a DSN-less connection.
Hot on the heels of the last article on READing data from an MS Access .MDB database file comes the eagerly anticipated sequel: “Writing to an MS Access .MDB database using a DSN-less connection.” What a snappy title! 🙂 Here goes then. You will of course remember from the last lesson how to make the…
-
PHP – Reading an Access .MDB database using a DSN-less connection.
It took some time to get this working properly. Thats probably because it was the first thing I ever tired to do in PHP. Here’s the code for you to get you up and running immediately.