Does anyone know of a drop-in replacement for an access database, ideally open source. A group I work with occasionally is looking for a replacement database where they’ll need to change as little actual SQL as possible. Their app is VB6/COM.
Does anyone know of a drop-in replacement for an access database, ideally open source.
Share
SQL Server Express is the best option. It’s free to use. It uses standard SQL, you’ll need to change any of the queries that use MS Access functions.