Description
Imports the given, complete file path of the .sql file, and then opens a new diagram for the imported .sql file. PARAMETERS: FullFilePath as String, TargetDatabasePlatform as String.
Syntax
Public Function ImportSQLFile( _ ByVal [FullFilePath As Variant, _ ByVal [TargetDatabasePlatform As Variant _ ) As Diagram
Parameters
- FullFilePath
- TargetDatabasePlatform
See Also