What does that even mean? If VS 2013 didn't support SQL Server CE then what use would your converting your Access database to SQL Server CE be?Because VS 2013 dropped SQL COMPACT databases
I'm not aware of any automated tool to do that. If I had to do that, I'd simply design a new SQL Server CE database with the appropriate schema and then write a little Console app to copy the data across.I need to convert Access 2013 databases into SQL COMPACT in order to be able to use Linq to SQL in VB 2013.
What does that even mean? If VS 2013 didn't support SQL Server CE then what use would your converting your Access database to SQL Server CE be?
I'm not aware of any automated tool to do that. If I had to do that, I'd simply design a new SQL Server CE database with the appropriate schema and then write a little Console app to copy the data across.