MacOS_API.SIT
-----------------------

The MacOS API Library and example contained in this package require you to use the symbolic host name when connecting to a database.  This may require you to setup a DNS server on MacOS or Blue Box.

Here is an example session from MacOS that uses a database on our web server:

openbase1> use Company@www.openbase.com

Login: admin
Password:

openbase1> 

You can execute a query by typing:

openbase1>  select firstname, lastname from contacts
openbase2> go
