Connecting C# to SQL Server Compact database

前端 未结 4 1961
暖寄归人
暖寄归人 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:55

    If you want to connect to SQL Server Compact, use SqlCeConnection, SqlCeCommand etc. Add a reference to the SQL Server Compact ADO.NET provider, System.Data.SqlServerCe.dll

提交回复
热议问题