I am writing a test app, using Entity Framework with model-first approach. I had created an EDM model with tables, than created a SQL Server CE database, created connection to db and than Master created a file *.edmx.sqlce with big sql script. What i must do next? How to use it?
Asked
Active
Viewed 101 times
0
-
1You could use my SQL Server Compact Toolbox add-in to execute it.. – ErikEJ Feb 11 '14 at 08:19
1 Answers
0
You need to execute the script against the database which will create the database for your model. There should be a "Play" icon in the toolbar (similar to a "Play" button on old cassete players) you can click to execute the script.

Pawel
- 31,342
- 4
- 73
- 104