How to Export Data from SQL server Compact To Access MDB
问题 I need a solution to transfer all data from SQL Server CE to Access mdb database. I tried this approach http://www.codeproject.com/Answers/483989/HowplustoplusExportplusSQLplusTablesplusToplusAcce#answer2 (solution # 2) but getting an error "No database specified in connection string or IN clause." The code works if I connect to non-compact SQL server. I guess the problem is with connection string in IN clause but I cannot figure out how to change it. Here is my code: private void ExportTable