If you've already installed the earlier version of the FmLib database in Scenario 1, you can use this procedure to update it. Note that you can create a completely empty database for this scenario using this same procedure. If you have existing data, skip the first procedure, and start with the one entitled "To upgrade/install the SQL Server tables and stored procedures."
To set up an empty SQL Server database
We have provided a script that can either create tables if they do not exist, or update them by adding columns. The resulting database includes the tables and stored procedures necessary to run the CML/LitCrit sample application.
To upgrade/install the SQL Server tables and stored procedures
setupsql.bat MyServer FmLib d:\mssql7\ftdata
Note The full syntax for this batch file is:
setupsql.bat SQLServerName [DataBaseName] [Full-Text_Catalog_Path] [SA_Account] [SA_Password]
When you run this batch file, provide the server name and database name (FmLib). The data location should point to the full path (including letter of the drive on which you installed the data files for full-text search during installation) of the Microsoft SQL Server version 7.0 full-text catalog. The rest of the parameters are automatically provided by the batch file.