Collection Contents Previous Next PDF

ASA Programming Guide

The Database Tools Interface

DBTools functions

DBUnload function


Function 

Unloads a database. This function is used by the dbunload command-line utility and also by the dbxtract utility for SQL Remote.

Prototype 

short DBUnload ( const an_unload_db  *  unload-db );

Parameters 
Parameter Description
unload-db Pointer to an_unload_db structure
Return value 

A return code, as listed in Software component return codes.

Usage 

For information about the Unload utility, see The Unload utility.

See also 

an_unload_db structure


Collection Contents Previous Next PDF