How Can We Help?
Uniquely Identifying the Compiled Application
If there is to be more than one Zim application compiled against a given SQL server database, it is best to uniquely identify each application. Conflicts can occur between programs with the same name. An application can be flagged with an ID by including the following entry in the database configuration file (zimconfig.zim):
SQL DATABASE NAME xxx
where xxx is a three-character ID differentiating Zim programs from different Zim databases compiled against the same SQL server database.