[wix-users] Write and read data from SQL Compact Edition (.sdf)

Nir Bar nir.bar at panel-sw.com
Wed Jul 18 03:28:19 PDT 2018


Not sure what you mean by reading data from sdf file. If you need to execute a SQL query against a SQL server then you can use my WiX extension https://www.nuget.org/packages/PanelSwWixExtension/ Like this:     <Property Id="SQL_TEST">       <PanelSW:SqlSearch Server="[SQL_SERVER]" Instance="[SQL_INSTANCE]" Database="master" Username="[SQL_USER]" Password="[SQL_PSW]"                          Query="SELECT TOP 1 name FROM sysdatabases" />     </Property> -- Nir Bar, Independent WiX Expert. Creator of- JetBA: WiX WPF Bootstrapper User Interface Framework JetBA++: WiX Native Bootstrapper User Interface Framework JetRummikub: Install WiX packages on remote machines


More information about the wix-users mailing list