In Visual Studio 2010, I am using the wizard to create queries for TableAdapters. The query SELECT Modell FROM BHKW WHERE Energieträger = @Energieträger
causes "Error around @ character" to appear (within the wizard). And this event though
- the
@
andä
characters are allowed characters and - this very simple query comes from an official Microsoft example (only the field names have been changed).
Does anybody know how to solve this problem?