DropViewTables

ACCPAC Common Controls

AccpacDBLink.DropViewTables

Instructs the specified view to drop (delete) its tables (tables created by CreateViewTables) on the current database connection.

Sub DropViewTables(ViewID As String)

Parameters

ViewID

[in] the Roto ID of the view

Remarks

This method loads the specified view and calls viewDrop() to drop the tables that it accesses.