Database Toolbox    
clearwarnings

Clear warnings for database connection or resultset

Syntax

Description

clearwarnings(conn) clears the warnings reported for the database connection object conn, which was created using database.

clearwarnings(rset) clears the warnings reported for the resultset object rset, which was created using resultset.

For command line help on clearwarnings, use the overloaded methods:

Examples

clearwarnings(conn) NULLS reported warnings for the database connection object conn, which was created using conn = database(...).

See Also
database, get, resultset


  bestrowid close