Page History
...
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.
...
Code Block | ||
---|---|---|
| ||
Public Function ImportSQLFile( _ ByVal [FullFilePath As Variant, _ ByVal [TargetDatabasePlatform As Variant _ ) As Diagram |
Parameters
- FullFilePath
- TargetDatabasePlatform
Info | ||
---|---|---|
| ||
...