IDatabaseRefresh Method |
Namespace: SuperOffice.COM.SuperOfficeDB
Clear the cache
This text may be copied to the notepad, and saved as a *.vbs file. Remember to change the login information.
dim objso set objso = CreateObject("superofficedb.database") If not (objSO is nothing) Then objso.login "<username>", "<password>" objso.refresh msgbox "the superoffice cache is cleared and data is reloaded." else msgbox "unable to connect to database" end if set objso = nothing