Why does creating a SQLServer Compact table in Server Explorer not create an .SDF file on disk?

随声附和 提交于 2020-01-06 15:19:02

问题


I created an .sdf database in Visual Studio 2008 (not programmatically - using the MS Access-like wizard); I can see it, along with the one table that's in it, and that table's columns, in the Server Explorer, yet my project failed on trying to access it, saying the file did not exist - true, it doesn't! In fact, nowhere on the hard drive. How could that be? Where is it? How can I get what I see in Server Explorer to be written to disk?


回答1:


A SQL Server Compact file always exists on disk



来源:https://stackoverflow.com/questions/20106393/why-does-creating-a-sqlserver-compact-table-in-server-explorer-not-create-an-sd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!