79243396

Date: 2024-12-02 08:42:10
Score: 1
Natty:
Report link
  1. From within a terminal window, execute the following commands: sqllocaldb start MSSQLLocalDB sqllocaldb info MSSQLLocalDB

  2. After getting the information of MSSQLLocalDB, fill the data source on the source code as the following statement Data Source =the information of MSSQLLocalDB;Database=databasename;Trusted_Connection=True;MultipleActiveResultSets=true

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: SoftwareEngineer