To generate only the SQL scripts, click the SQL node in the Generate DataBlade dialog box; then click Generate Scripts.
The property associated with the SQL node is Directory. The default directory is scripts. You can change the name of the directory the SQL scripts are saved in, but the path must be relative to the project directory.
The following table describes the generated SQL scripts.
BladeSmith generates separate files for locale-specific objects such as error messages. For example, the files for the default U.S. English locale are prepare.en_us.sql and errors.en_us.1252. Only one error message file is necessary per language. The database server automatically translates between languages. For example, the errors.en_us.1252 file is sufficient for all en_us encodings; you do not need additional encodings like error.en_us.8859-1.
You can add SQL statements to the generated SQL scripts by adding an SQL file object to your project. See Adding SQL Files for more information about adding SQL statements to a DataBlade module.