#!/bin/sh
#
# Copyright (c) 1993-2004 Easysoft Limited. All rights reserved.
#
# $Id: postinstall 626 2005-05-09 16:26:23Z martin $
#
#
cat <<EOF

Congratulations. You have now completed the installation of the Easysoft
ODBC-ODBC Bridge client/server. Don't forget that OOB is a client-server
product. You need to install the client on the machine where your application
is located and the server on a machine where the ODBC driver for your
database is located.

The full manual for OOB is available as a PDF or HTML from:

ftp://ftp.easysoft.com/pub/docs/oob

and in /usr/local/easysoft/oob/doc.

The HTML version of the OOB manual is available online at:

http://www.easysoft.com/products/oob/man/index.html

There are examples of using OOB in the
/usr/local/easysoft/oob/examples directory.

/usr/local/easysoft/oob/doc also contains:

o various tutorials e.g. Perl, DBI and DBD::ODBC.
o various documents helping you to get an application or interface working
  with ODBC.
o a useful FAQ.

EOF

