0

I need to develop a function that takes a SQL query as input and execute this in phone database (SQL Server CE) and return result.

As far I know we can query SQL Server CE in wp7.1 only through LINQ. So is it possible to develop that kind of function?

Please help....

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
gmtek
  • 741
  • 3
  • 7
  • 25

1 Answers1

0

you can query SQL Server CE in wp7.1 only through LINQ.

Vovich
  • 321
  • 1
  • 3
  • 13