version.txt           date:  6/05/98             version:  06.30.0244
---------------------------------------------------------------------
This file describes changes and or fixes since the last update.

NEW FEATURES:

1. Check for the "not null" postgres attribute in SQLColumns.  This
   can help some apps prevent null values from being inserted on
   those columns.

BUG_FIXES:

1. Fixed problem with column bindings being lost on statement reuse.
   This caused MS Word to display no data.

2. Fixed problems with SQLDescribeParam and SQLNumParams.   These
   prevented some VB apps that use parameterized statements from working
   properly.