sql
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how to write select quary sql server compact 3.5 ("SELECT * FROM Table1 WHERE name" is wrong)
-
how to write select quary sql server compact 3.5 ("SELECT * FROM Table1 WHERE name" is wrong)
Try specifying the fields you want to select, rather than *. SQL compact may force you to specify the fields. (No idea about this, but just a thought.)