Build for Linux

If I build a database app for Linux that was originally running in Windows using a MS Access Db, will the Linux build running in Linux still be able to use the MS Access DB or do I need to convert the data to something else such as MySQL ?

Personally I would convert that db to MySQL or any other db system that can easily be accessed from Linux

Thanks … ya, that’s what I figured.

Hopefully helpful tip: Depending on how familiar you are with MySQL, be sure to pay attention to case sensitivity. In some version of MySQL, table names are case sensitive on Linux. Have been burned by this in the past.