Salesware Service : Installation : SQL options
 
SQL options
 
Salesware Service application was modified to be able to use SQL CE 4.0, SQLite 3 or SQL Server/Express to store local data. This is all selectable via web.config file setting.
 
Example:
SqLite (This is the default setting)
 
<LocalDB dbOption="sqlite" dbInitString="Version=3"/>
 
SqlCE
 
<LocalDB dbOption="sqlce" dbInitString=""/>
 
SqlServer
The SqlServer method is not recommended. It is not used unless the sqllite or sqlce solution can't be used.