Database Toolbox |
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)
clears reported warnings for the database connection object conn
, which was created using conn = database(...)
.
See Also
database
, get
, resultset
bestrowid | close |
© 1994-2005 The MathWorks, Inc.