how to open *.sdf files?

后端 未结 6 1674
别跟我提以往
别跟我提以往 2020-12-07 12:12

I used to open sdf (sqlCE) files with visual-studio? or sql-server? I really don\'t remember. Now I can\'t open this sdf file. With what program do I need to open it?

6条回答
  •  借酒劲吻你
    2020-12-07 12:47

    It's a SQL Compact database. You need to define what you mean by "Open". You can open it via code with the SqlCeConnection so you can write your own tool/app to access it.

    Visual Studio can also open the files directly if was created with the right version of SQL Compact.

    There are also some third-party tools for manipulating them.

提交回复
热议问题