Q: Does SQL Server CE support Multiple Active Resultsets?
A: Yes (since SQL Server Mobile 3.0) - unlike SQL Server 2005 there is no flag that has to be set as this feature is always on. However, it doesn't support batch sql commands.
No Comments