Connecting C# to SQL Server Compact database

前端 未结 4 1940
暖寄归人
暖寄归人 2021-01-19 00:11

Hi I\'m trying to connect an SQL server compact database to my program and I want a button that deletes all entries from the database, when I Press said button the program t

4条回答
  •  春和景丽
    2021-01-19 00:51

    You seems to be using a bad connection string. (Or the file path is wrong). Check out http://www.connectionstrings.com/sql-server-ce for connection string options.

提交回复
热议问题