ImportOdb
| Imports an ODB++ file into a new project. | |
| UI Command: | Import > ODB++. |
| Syntax: | obj.ImportOdb (<ODB++Filename>, <controlFilename>) |
| Parameters: |
BSTR ODB++Filename BSTR controlFilename (this string can be empty if no XML control file is used) |
| Return Value: | None. |
| VB Example: |
Set oTool = oDesktop.GetTool("ImportExport") oTool.ImportOdb "test.tgz", "test.xml" |
| IPY Example: | oApp.ImportOdb('test.tgz','test.xml') |