Here I will explain how to use a SQL Server Compact (SDF) local database file in your Windows application.
Here I will explain how to use .SDF local database file in your window application. I will also explained how to save record and update record in local database. I will explain these points:
Step 1: How to add Sdf file in application?
Step 3: How to save Data in SDF database table? I will use sqlserverce Name space. Here I will insert , update, delete data from datatable which reflact in Actual Database table.
This is my complete demo. Please download attachment for complete Demo.
GitHub Copilot - Coding with Copilot