HomeSupportSave into a Local Database via C# + SQL Express [Tutorial]

First, you must create the database using the script in Simple database structure.

You will need to configure the application through the settings.xml file, you will need to replace the values inside the following tags with ones appropriate to yourself:

  • DBHost – The address of your SQL Server
  • DBName – The name of the database (By default this is set to DNContentDBSimple by running default creation script)
  • DBUser – The username to access the database
  • DBPassword – The Password to access the database

This documentation is currently incomplete.