Microsoft SQL Server Compact is a free SQL Server embedded database ideal for building standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
How do I filter for records on a DataTable which are on a certain date? I've tried plain [datecol] = #11 March 2010# …
c# datetime datatable sql-server-ce rowfilter