I'm developing a program which uses SQL Server Compact Edition for processing data. We all know that this creates a .sdf file in output (SQL Server CE database File).
My question is if there is anyway to embed this .sdf file into the executable?
Thanks in advance.