Is it possible to connect to an MSSQL .MDF file in Coldfusion rather than an instance of SQL Server Express? (ie. similar to Access).
Edit #1
I realize that this isn't conventional and it would be for a particular dev environment.
Edit #2
Seems it's impossible: Java - connecting to a SQL Server database on Linux
Maybe I should simply convert the database to MySQL. I am using ORM which should render the site transparent to the backend I'm using in this dev environment.