SQL Server Compact - Compact & Capable : LINQ with SQL Server Compact (a.k.a. DLINQ with SQL CE)
Trying to convert a data provider from SQL Server to SQL Compact for ease of transfer of application and data I run into a problem of converting the data schemas. The ones I created for SQL Server would not readily convert to SQL Compact. Hopefully, there is a solution in the above article.
SQLMetal <options&gt; [<inputfile&gt;]
sqlmetal /dbml:test.dbml test.sdf
No comments:
Post a Comment