Reset the database. | |
Syntax: | SCODE = object.Reset ( ) |
Description: | browser.Reset reset the database. If there
are no problems with the database then a value of S_OK is returned
If there are problems then a value of S_FALSE is returned. Example i = browser.Reset() If CInt(i) = 0 Then MsgBox "Reset worked" |