Home

Connect to SQL Server Compact

Many months ago I set up a connection to a local db (SQL Compact 3.5).

Last week I added 4 tables to the local db. However, Linqpad doesn't 'see' the new tables. I've refreshed - no go. I've also deleted and recreated the connection at least twice, and the new tables still aren't recognized. When I show the list of tables in the connections panel, the new tables just don't show.

Connection steps:
1) Choose 'Build data context automatically' with Linq to SQL driver
2) Select SQL CE 3.5
3) Browse to this file: E:\Consulting\PSILibraryGlobal\PSILocal.sdf
4) Push Test - OK!
5) Push OK - new tables do not show.

What should I do next?
Sign In or Register to comment.