I have 2 SQL Server Compact 4 databases (sdf files) that I'm trying to query using LINQPAD v4.28.2 (with autoco开发者_如何学Gompletion option). I opened the 2 sdf files in LINQPAD but when I try to specify the database to use (e.g. database1.table1.Take(50)) I get an error that says "The name 'database1' does not exist in the current context".
LINQPad 4.28 premium supports cross-database querying - but only for SQL Server, not SQL CE. I'm almost certain SQL CE itself forbids cross-database querying - have you tried it in SSMS or VS?
精彩评论