Where is the internal LightSwitch database?

I just downloaded VS LightSwitch and I am making a sample application for myself. I created a new table using the option Create new tableand inserted some data. Therefore, after I inserted 3 entries, the identifier obviously shows 3, which is correct.

Now I want to truncate the data from the table.

My question is: where is the internal table or internal database (ApplicationData)?

thank

+5
source share
3 answers

The following steps worked for me:

  • In the solution folder of your sample application, open the bin\datafolder
  • You should see the file ApplicationDatabase.mdf
  • Open SQL Server Management Studio
  • attach, mdf.
+6

, LightSwitch SQL Server Express . bin\data ApplicationDatabase.mdf.

+2

" SQL Server LocalDB LightSwitch Visual Studio 2012" (emphasis)

" , LightSwitch , Intrinsic ApplicationData. LightSwitch Visual Studio 2010 SQL 2008 Express . LightSwitch Visual Studio 2012 SQL Server LocalDB. (: LocalDB . SQL Server.) LocalDB - SQL Server Express, . Visual Studio 11."

0

All Articles