Questions and Answers About CANZ.VBX
====================================

Q. How much does CANZ cost?
A. A single-user license costs $99 through 1/31/95. Afterwards the cost will
   be $295. Quantity discounts are available after 1/31/95 by contacting Cz
   Software Corporation.

Q. What do I get when I buy CANZ?
A. CANZ includes a 100-page bound manual describing the capabilities of CANZ
   and detailing the API. The files delivered on a 3.5" floppy disk include
   CANZ.VBX, CANZ.BAS, and CANZ.LIC for runtime support; and CANZ.HLP for
   on-line API documentation. In addition, sample code is included which
   demonstrates the correct usage of CANZ in a Visual Basic application. Free
   Technical Support and free updates for 60 days are also included in the
   purchase price.

Q. How do I contact Cz Software Corporation?
A. Cz Software Corporation          TEL: 206-820-6107
   7276 NE 122nd Street             FAX: 206-814-2980
   Kirkland, WA 98034          Internet: czsoft@halcyon.com
                             CompuServe: 75260,732

Q. How do I ship my application, developed with CANZ, to my customers?
A. You may redistribute the file CANZ.VBX with your application, as long as
   your application requires CANZ.VBX to execute, and your license to your
   customer prohibits him or her from redistributing CANZ.VBX. In particular,
   you may NOT redistribute the file CANZ.LIC, which is personalized with your
   unique serial number. Without CANZ.LIC, CANZ.VBX will not execute in the
   Visual Basic development environment.

Q. How much data can I put in CANZ?
A. CANZ is virtual memory-based. We suggest that the amount of data stored in
   CANZ not exceed the amount of available physical RAM. Individual collections
   have no 32K or 64K limitations.

Q. How fast is CANZ compared with native VB code?
A. Initial testing has shown that similar tests have similar execution times.
   Certain special cases are optimum for one environment or the other.

Q. How do I access CANZ from other language applications?
A. Contact Cz Software Corporation with your needs. We are planning support for
   additional languages in CANZ and may have a solution to your problem
   available for beta testing.

Q. How do I share data between applications using CANZ?
A. Each CANZ data collection can be given a "nickname". Other applications can
   ask CANZ to search for this "nickname" and return a handle to the appropriate
   data collection. In this way, each application can communicate through shared
   data collections.

