<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.4 $ $Date: 2000/09/14 21:12:05 $ -->

<toc version="1.0">

<tocitem target="database_product_page.html">Database Toolbox

<tocitem target="gettings.html">Getting Started
    <tocitem target="preface.html#10958">Preface
        <tocitem target="preface.html#8923">What Is the Database Toolbox?
            <tocitem target="preface2.html#8997">How Databases Connect to MATLAB</tocitem>
            <tocitem target="preface3.html#8930">New Features</tocitem>
            <tocitem target="preface4.html#9802">Features of the Database Toolbox</tocitem>
        </tocitem>
        <tocitem target="preface5.html#10835">Related Products</tocitem>
        <tocitem target="preface6.html">Using This Guide
            <tocitem target="preface6.html#8596">Expected Background</tocitem>
            <tocitem target="preface7.html#11391">Organization of the Document</tocitem>
            <tocitem target="preface8.html#10014">Online Help</tocitem>
            <tocitem target="preface9.html#7678">Typographical Conventions</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="using.html">Using the Database Toolbox
    <tocitem target="install.html#12901">Installation and Setup
        <tocitem target="install.html#12903">System Requirements
            <tocitem target="install2.html#10187">Platforms</tocitem>
            <tocitem target="install3.html#8726">MATLAB Version</tocitem>
            <tocitem target="install4.html#1842">Databases</tocitem>
            <tocitem target="install5.html#10063">Drivers</tocitem>
            <tocitem target="install6.html#12360">Structured Query Language (SQL)</tocitem>
            <tocitem target="install7.html#7747">Data Types</tocitem>
        </tocitem>
        <tocitem target="install8.html#1819">Installing the Database Toolbox</tocitem>
        <tocitem target="install9.html#9219">Setting Up a Data Source
            <tocitem target="instal10.html#8437">Setting Up a Local Data Source for ODBC Drivers</tocitem>
            <tocitem target="instal11.html#9599">Setting Up a Remote Data Source for ODBC Drivers</tocitem>
            <tocitem target="instal12.html#11115">Setting Up a Data Source for JDBC Drivers</tocitem>
        </tocitem>
        <tocitem target="instal13.html#10999">Starting the Database Toolbox</tocitem>
    </tocitem>
    <tocitem target="vqb.html#6011">Visual Query Builder Tutorial
        <tocitem target="vqb.html#12984">About the Visual Query Builder
            <tocitem target="vqb.html#5662">Visual Query Builder Interface</tocitem>
            <tocitem target="vqb.html#5636">When to Use the Visual Query Builder</tocitem>
            <tocitem target="vqb.html#5809">When to Use Database Toolbox Functions</tocitem>
            <tocitem target="vqb2.html#8071">Examples Using the Visual Query Builder</tocitem>
            <tocitem target="vqb3.html#10328">Online Help for the Visual Query Builder</tocitem>
        </tocitem>
        <tocitem target="vqb4.html#3383">Starting and Quitting the Visual Query Builder</tocitem>
        <tocitem target="vqb5.html#3365">Building, Running, and Saving a Query
            <tocitem target="vqb5.html#14782">Building and Running a Query</tocitem>
            <tocitem target="vqb6.html#6796">NULL Values</tocitem>
            <tocitem target="vqb7.html#7139">Using Retrieved Data in MATLAB</tocitem>
            <tocitem target="vqb8.html#5097">Saving a Query</tocitem>
            <tocitem target="vqb9.html#9472">Clearing Variables from the Data Area</tocitem>
        </tocitem>
        <tocitem target="vqb10.html#5845">Viewing Query Results
            <tocitem target="vqb11.html#5854">Relational Display of Data</tocitem>
            <tocitem target="vqb12.html#6679">Chart Display of Results</tocitem>
            <tocitem target="vqb13.html#7034">Report Display of Results in a Table</tocitem>
            <tocitem target="vqb14.html#14607">Display of Results in the Report Generator</tocitem>
        </tocitem>
        <tocitem target="vqb15.html#5860">Fine-Tuning Queries Using Advanced Query Options
            <tocitem target="vqb16.html#10917">Retrieving Unique Occurrences</tocitem>
            <tocitem target="vqb17.html#7338">Retrieving Information That Meets Specified Criteria</tocitem>
            <tocitem target="vqb19.html#14441">Presenting Results in Specified Order</tocitem>
            <tocitem target="vqb20.html#8134">Creating Subqueries for Values from Multiple Tables</tocitem>
            <tocitem target="vqb21.html#8675">Creating Queries for Results from Multiple Tables</tocitem>
            <tocitem target="vqb22.html#14654">Other Features in Advanced Query Options</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="tutor.html#18171">Tutorial for Functions
        <tocitem target="tutor.html#18256">Introduction</tocitem>
        <tocitem target="tutor2.html#17058">About Objects and Methods for the Database Toolbox</tocitem>
        <tocitem target="tutor3.html#5086">Importing Data into MATLAB from a Database</tocitem>
        <tocitem target="tutor4.html#1954">Viewing Information About the Imported Data</tocitem>
        <tocitem target="tutor5.html#2114">Exporting Data from MATLAB to a New Record in a Database</tocitem>
        <tocitem target="tutor6.html#4345">Exporting Data from MATLAB, Replacing Existing Data in a Database</tocitem>
        <tocitem target="tutor7.html#11599">Exporting Multiple Records from MATLAB</tocitem>
        <tocitem target="tutor8.html#15574">Accessing Metadata
            <tocitem target="tutor8.html#16318">Resultset Metadata Object</tocitem>
        </tocitem>
        <tocitem target="tutor9.html#16388">Performing Driver Functions</tocitem>
        <tocitem target="tutor10.html#16834">Working with Cell Arrays in MATLAB
            <tocitem target="tutor10.html#16854">Viewing Query Results</tocitem>
            <tocitem target="tutor11.html#16900">Retrieving Elements of Query Results</tocitem>
            <tocitem target="tutor12.html#16929">Performing Functions on Cell Arrays</tocitem>
            <tocitem target="tutor13.html#16942">Creating Cell Arrays for Exporting Data from MATLAB</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="referenc.html">Reference
    <tocitem target="refa.html#10699">Function Reference
        <tocitem target="refa.html#1810">Functions by Category
            <tocitem target="refa.html#11138">General</tocitem>
            <tocitem target="refa2.html#10894">Database Connection</tocitem>
            <tocitem target="refa3.html#2470">SQL Cursor</tocitem>
            <tocitem target="refa4.html#2646">Importing Data into MATLAB from a Database</tocitem>
            <tocitem target="refa5.html#2312">Exporting Data from MATLAB to a Database</tocitem>
            <tocitem target="refa6.html#9026">Database Metadata Object</tocitem>
            <tocitem target="refa7.html#9194">Driver Object</tocitem>
            <tocitem target="refa8.html#9272">Drivermanager Object</tocitem>
            <tocitem target="refa9.html#9380">Resultset Object</tocitem>
            <tocitem target="refa10.html#9446">Resultset Metadata Object</tocitem>
            <tocitem target="refa11.html#11335">Visual Query Builder</tocitem>
        </tocitem>
        <tocitem target="refa12.html#9801">Alphabetical List of Functions
            <tocitem target="attr.html#82156">attr</tocitem>
            <tocitem target="bestrowid.html#75635">bestrowid</tocitem>
            <tocitem target="clearwarnings.html#171305">clearwarnings</tocitem>
            <tocitem target="close.html#73143">close</tocitem>
            <tocitem target="cols.html#24294">cols</tocitem>
            <tocitem target="columnnames.html#72929">columnnames</tocitem>
            <tocitem target="columnprivileges.html#75668">columnprivileges</tocitem>
            <tocitem target="columns.html#75825">columns</tocitem>
            <tocitem target="commit.html#186445">commit</tocitem>
            <tocitem target="confds.html#100864">confds</tocitem>
            <tocitem target="crossreference.html#75982">crossreference</tocitem>
            <tocitem target="database.html#130635">database</tocitem>
            <tocitem target="dmd.html#76139">dmd</tocitem>
            <tocitem target="driver.html#77152">driver</tocitem>
            <tocitem target="drivermanager.html#77702">drivermanager</tocitem>
            <tocitem target="exec.html#77148">exec</tocitem>
            <tocitem target="exportedkeys.html#76396">exportedkeys</tocitem>
            <tocitem target="fetch.html#25947">fetch</tocitem>
            <tocitem target="get.html#89940">get</tocitem>
            <tocitem target="importedkeys.html#192817">importedkeys</tocitem>
            <tocitem target="indexinfo.html#76608">indexinfo</tocitem>
            <tocitem target="insert.html#76589">insert</tocitem>
            <tocitem target="isconnection.html#89302">isconnection</tocitem>
            <tocitem target="isdriver.html#77293">isdriver</tocitem>
            <tocitem target="isjdbc.html#77394">isjdbc</tocitem>
            <tocitem target="isnullcolumn.html#78032">isnullcolumn</tocitem>
            <tocitem target="isreadonly.html#150594">isreadonly</tocitem>
            <tocitem target="isurl.html#77495">isurl</tocitem>
            <tocitem target="logintimeout.html#20226">logintimeout</tocitem>
            <tocitem target="namecolumn.html#78205">namecolumn</tocitem>
            <tocitem target="ping.html#26767">ping</tocitem>
            <tocitem target="primarykeys.html#182494">primarykeys</tocitem>
            <tocitem target="procedurecolumns.html#76797">procedurecolumns</tocitem>
            <tocitem target="procedures.html#162703">procedures</tocitem>
            <tocitem target="querybuilder.html#78611">querybuilder</tocitem>
            <tocitem target="querytimeout.html#20402">querytimeout</tocitem>
            <tocitem target="register.html#77596">register</tocitem>
            <tocitem target="resultset.html#78238">resultset</tocitem>
            <tocitem target="rollback.html#188410">rollback</tocitem>
            <tocitem target="rows.html#193798">rows</tocitem>
            <tocitem target="rsmd.html#78307">rsmd</tocitem>
            <tocitem target="set.html#38438">set</tocitem>
            <tocitem target="setdbprefs.html#79052">setdbprefs</tocitem>
            <tocitem target="sql2native.html#86821">sql2native</tocitem>
            <tocitem target="supports.html#106158">supports</tocitem>
            <tocitem target="tableprivileges.html#76996">tableprivileges</tocitem>
            <tocitem target="tables.html#77049">tables</tocitem>
            <tocitem target="unregister.html#77665">unregister</tocitem>
            <tocitem target="update.html#194218">update</tocitem>
            <tocitem target="versioncolumns.html#77102">versioncolumns</tocitem>
            <tocitem target="width.html#27112">width</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="csha.html#10699">GUI Reference
        <tocitem target="csh.html#7373">Visual Query Builder Dialog Box
            <tocitem target="csh.html#22166">Starting the Visual Query Builder</tocitem>
            <tocitem target="csh.html#22665">Features of the Visual Query Builder</tocitem>
            <tocitem target="csh.html#22313">Getting Help for the Visual Query Builder</tocitem>
            <tocitem target="csh.html#5020">Other Database Functionality</tocitem>
            <tocitem target="csh.html#5139">See Also</tocitem>
        </tocitem>
        <tocitem target="csh2.html#19160">Data Source
            <tocitem target="csh2.html#5183">See Also</tocitem>
        </tocitem>
        <tocitem target="csh3.html#5082">Tables
            <tocitem target="csh3.html#5190">See Also</tocitem>
        </tocitem>
        <tocitem target="csh4.html#4952">Fields
            <tocitem target="csh4.html#5261">See Also</tocitem>
        </tocitem>
        <tocitem target="csh5.html#5343">Advanced Query Options
            <tocitem target="csh5.html#8252">See Also</tocitem>
        </tocitem>
        <tocitem target="csh6.html#19344">All or Distinct
            <tocitem target="csh6.html#9127">Example Using All and Distinct</tocitem>
            <tocitem target="csh6.html#9449">See Also</tocitem>
        </tocitem>
        <tocitem target="csh7.html#8612">Where
            <tocitem target="csh7.html#19895">Where Clauses Dialog Box</tocitem>
            <tocitem target="csh7.html#11678">Examples Using Where Clauses</tocitem>
            <tocitem target="csh7.html#10998">See Also</tocitem>
            <tocitem target="csh8.html#20016">Fields</tocitem>
            <tocitem target="csh9.html#10743">Condition</tocitem>
            <tocitem target="csh10.html#10746">Operator</tocitem>
            <tocitem target="csh11.html#10749">Current clauses</tocitem>
            <tocitem target="csh12.html#10752">Subquery</tocitem>
        </tocitem>
        <tocitem target="csh13.html#10260">Group By
            <tocitem target="csh13.html#20270">Group By Clauses Dialog Box</tocitem>
            <tocitem target="csh13.html#16038">Example Using Group By Clauses</tocitem>
            <tocitem target="csh13.html#16165">See Also</tocitem>
        </tocitem>
        <tocitem target="csh14.html#8716">Having
            <tocitem target="csh14.html#16205">Example Using Having Clause</tocitem>
            <tocitem target="csh14.html#16224">See Also</tocitem>
        </tocitem>
        <tocitem target="csh15.html#8768">Order By
            <tocitem target="csh15.html#20332">Order By Clauses Dialog Box</tocitem>
            <tocitem target="csh15.html#15205">Example Using Order By Clauses</tocitem>
        </tocitem>
        <tocitem target="csh16.html#5324">SQL Statement
            <tocitem target="csh16.html#5458">See Also</tocitem>
        </tocitem>
        <tocitem target="csh17.html#18977">MATLAB Workspace Variable
            <tocitem target="csh17.html#5701">See Also</tocitem>
        </tocitem>
        <tocitem target="csh18.html#5552">Execute
            <tocitem target="csh18.html#5712">See Also</tocitem>
        </tocitem>
        <tocitem target="csh19.html#5553">Data
            <tocitem target="csh19.html#5861">Using Retrieved Data in MATLAB</tocitem>
            <tocitem target="csh19.html#5723">See Also</tocitem>
        </tocitem>
        <tocitem target="csh20.html#5721">Display Menu
            <tocitem target="csh20.html#5781">See Also</tocitem>
            <tocitem target="csh21.html#5779">Display Data</tocitem>
            <tocitem target="csh22.html#23337">Display Chart - Charting Dialog Box</tocitem>
            <tocitem target="csh29.html#5794">Display Report</tocitem>
            <tocitem target="csh30.html#22754">Display Report Generator</tocitem>
        </tocitem>
        <tocitem target="csh31.html#5752">Query Menu
            <tocitem target="csh32.html#6999">Execute Queries</tocitem>
            <tocitem target="csh33.html#7014">Load Saved Queries</tocitem>
            <tocitem target="csh34.html#7165">Save Queries</tocitem>
            <tocitem target="csh35.html#7026">Preferences for Queries</tocitem>
            <tocitem target="csh35.html#16920">See Also</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="database_product_page.html">Printable Documentation (PDF)</tocitem>
<tocitem target="database_web_product_page.html">Product Page (Web)</tocitem>

</tocitem>
</toc>
