Table of ContentsPreviousNext

Ispirer
Please, note, that Ispirer SQLWays 6.0 is no longer supported and provided to clients.
You can try out automated conversion of databases and applications with Ispirer Toolkit for free. Download free trial.
Check out the relevant toolkit documentation.


Ispirer SQLWays Database Migration Software

[Windows] Subsection

This subsection is used to adjust command file generations for Microsoft Windows. SQLWays generates command files for importing database structure and data to the target database.

SQLWays creates the general command file to make possible the importation of large number of database objects (tables, views etc) at once. See the /GCMD option for more information.

The general command file invokes command files for each database object using the CALL command. The GCMD_AFTER_IMP_CMD option allows specifying a command that will be placed after each CALL command.

For example, when no value is specified in the GCMD_AFTER_IMP_CMD option, the general command file contains CALL commands only:

call table1.cmd 
call table2.cmd 
call table3.cmd  
call view1.cmd 
call view2.cmd  

When you specify, for example, GCMD_AFTER_IMP_CMD=pause, the general command file will contain:

call table1.cmd
pause
call table2.cmd
pause
call table3.cmd
pause 
call view1.cmd 
pause
call view2.cmd
pause 

Table of ContentsPreviousNext
Copyright 1999-2023 Ispirer Systems.
Ispirer and SQLWays are registered trademarks. All other product names may be trademarks of the respective companies.
All rights reserved.