You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Imports the given, complete file path of the .sql file, and opens a new diagram for the imported .sql file. PARAMETERS: FullFilePath as String, TargetDatabasePlatform as String.

Syntax

Visual Basic

Public Function ImportSQLFile( _
   ByVal [FullFilePath As Variant, _
   ByVal [TargetDatabasePlatform As Variant _
) As Diagram

Parameters

FullFilePath
TargetDatabasePlatform

See Also

Application Collection

  • No labels