Dear All
Please advice how I could Make relationships in SQL server Mobile. as the Relationship diagram is not available
Thankx
SQL Server Compact Edition
Dear All
Please advice how I could Make relationships in SQL server Mobile. as the Relationship diagram is not available
Thankx
Mark, Your're right. The Database Diagram tool in the Server and Object explorers do not work with SQLCe databases. While you can create relationships using SQL statements, you might simply want to create a new Data Source in VS and add several related TableAdapters. The relationship tool in the TableAdapter Configuration Wizard does work. I describe how this is done in my EBook. See www.hitchhikerguides.net.
hth