J
Jakob Lithner
I am developing a client-server application using C# and LINQ-to-SQL.
During development I have been using a SQL 2008 database.
I need a local copy of the database on each client, and decided to go for an
SQL Server Compact 3.5 SDF file. I read MS articles on recommendations and
found this to be a good choice.
But how do I go about copying the final database structure into an SDF file
????
I expected this to be a piece of cake, but I just stumble into stupid
problems on all attempts!
1) I tried SQL Management - Didn't work!
2) I tried VS database generation - Didn't work!
3) I tried to use the dbml file and then use linq context CreateDataBase
method - Didn't work!
There must be other people doing this .....
I mean, who will develop a complex database in SDF with that limited GUI
support?
At least I want to have a clear overview by a database diagram to ensure all
my relations are correct.
During development I have been using a SQL 2008 database.
I need a local copy of the database on each client, and decided to go for an
SQL Server Compact 3.5 SDF file. I read MS articles on recommendations and
found this to be a good choice.
But how do I go about copying the final database structure into an SDF file
????
I expected this to be a piece of cake, but I just stumble into stupid
problems on all attempts!
1) I tried SQL Management - Didn't work!
2) I tried VS database generation - Didn't work!
3) I tried to use the dbml file and then use linq context CreateDataBase
method - Didn't work!
There must be other people doing this .....
I mean, who will develop a complex database in SDF with that limited GUI
support?
At least I want to have a clear overview by a database diagram to ensure all
my relations are correct.