OfficeClip standard installation installs an instance of the Sql
Server Express software and uses it for the database. In case you
want to use your own sql server 2005 (recommended) or sql server
2000, follow these instructions.
Make sure that the mixed mode authentication is switched on for
the sql server you are using. Also ensure that you have the
sa password of the database. If you do not have the
sa password of the database then you should have a user id
that has permission to create table, delete table, create stored
procedure on the database.
Bring up a command prompt and and change directory to the
folder where you have unzipped the OfficeClip downloads.
Run the command setupNoSql
FORCESQLINTERFACE=1.
At one point of installation it will ask you for the database
information. Select Mixed Mode Authentication and enter the
database parameters and click Test Database. If it says
successful go on with the rest of the installation.