I need to first know if Access can connect to MySQL database.
From this connection, I need to generate through XML an XML that contains the data of a table in my MySQL database. Later this XML should be sent to a remote server every day (via Webservice probably).
Does anyone know if it's possible?