Good day to all, my question is as follows how to restore a sql server .bak backup to a sqm server compact edition .mdf database / or otherwise run a .sql script in sql server ce, thank you in advance for your help
I have an application in which I want to select from 2 timePickers the minor and major date, and then make a select * from using the dates as conditions.
I have this:
var select = "SELECT * from inventario where ifechaCompra > "+diarioFe...