I Want Print DataBase Schema in “Microsoft Sql Server Compact Edition”.
Maybe Exist Some Tools For it.
How Can I do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use SQLMetal to create a dbml file with your SQL Server CE objects and print that.
Keep in mind that you cannot just drag the tables over to the designer like with LINQ to SQL, you have to use SQLMetal instead.
There is a good article on this subject over at code project…