Mobile Sales : Mobile Sales module installation and basic operation : 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
<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.