Database.
O&K Print Watch can use MS SQL or Oracle as a database server.
MS SQL Server 2005 Express Edition is included in the software distribution package.
You do not need to install this component if there is SQL Server or Oracle in your network already.
|
Important: The size of the database in MS SQL Server Express Edition is limited to 4 GB.
If you need to store statistics of a larger size, use full-featured SQL Server or Oracle or
enable automatic record deletion from the database.
|
Use the Tools->Database menu item to view the database connection string. The connection string looks like this:
"Provider=SQLOLEDB;User ID=prnwatch;Data Source=PRNSRV\PRNWATCH;Password=123456;Initial Catalog=PrnWatchSQL_DB"
- Provider - the name of the provider for accessing the database.
- User ID - the database user name O&K Print Watch uses to connect to the SQL server.
- Password - the user password for access to the SQL server.
- Initial Catalog - the name of the database O&K Print Watch uses on the SQL server.
- Data Source - SQL server name and, if necessary, SQL Server instance name.
|