Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

Code Block
languagevb
Public Function ImportSQLFile( _

...


   ByVal [FullFilePath As Variant, _

...


   ByVal [TargetDatabasePlatform As Variant _

...


) As Diagram


Parameters

  • FullFilePath
  • TargetDatabasePlatform

See Also