Questions tagged as 'sql-server-ce'

1
answer

Restore .bak in SQL Server CE

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     
asked by 05.09.2017 / 22:19
1
answer

Get rows that have a date greater or less than a certain date

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...
asked by 28.07.2017 / 22:01