DBODBC.TXT

This file describes the 2 changes to the Appraoch 3.02 and 
NotesReporter 1.0 DBODBC.DLL dated 12/18/96:

1. Additional information provided by the Approach ODBC Trace
2. An option to have Approach retrieve no data when opening ODBC 
   tables.


Before you Begin
----------------
This .dll is FOR USE ONLY WITH APPROACH 3.02 and NOTES REPORTER 1.0
In order to use this .dll, you must already have installed Approach
3.02. To confirm you have Approach 3.02 or Notes Reporter 1.0 installed,
click Help/About Approach (or Notes Reporter).

Be sure that you have unzipped this file into the directory that 
contains the Approach.exe that you are using.


Additional information provided by the Approach ODBC Trace
----------------------------------------------------------
Approach will now return information about the driver and its ODBC
conformance level when an ODBC trace log is run. This functionality
is automaticaly provided when a trace log is turned on in the [ODBC]
secion of the Approach or NotesReporter .Ini as in the example below:

    [ODBC]
    TurnTraceOn=1
    TraceFile=c:\temp\apprtrc.log
    ApproachErrorLogFile=c:\temp\apprerr.log


Option to have Approach retrieve no data when opening ODBC tables
-----------------------------------------------------------------
When Approach or Notes Reporter opens a table on a SQL Back-end through 
ODBC, it issues a SELECT * so that your view(s) are automaticaly
populated with data. To supress this functionality, you can put the 
following entry into the [ODBC] section of your Approach or Notes 
Reporter .Ini file so that no records will be selected until you 
explicitly do a Find.

    [ODBC]
    NoSelectAll=1