Home |
Previous Page | Next Page Appendix A. Source Files Generated for DataBlade Modules >
BladeSmith
generates the following SQL scripts in
the project\scripts directory.
- errors.locale
- Contains
locale-specific error messages. For example, the file for the default
U.S. English locale is errors.en_us.1252.
This file is only generated if you define new error messages for your
DataBlade module.
- objects.sql
- Contains SQL statements
that update the sysbldobjects system table
with information about the DataBlade module objects that are created
in a database. BladeManager uses the information in the table to register,
unregister, and upgrade DataBlade modules.
- prepare.locale.sql
- Contains SQL statements for locale-specific objects.
For example, the file for the default U.S. English locale is prepare.en_us.sql.
- prepare.sql
- Contains SQL statements that describe
the DataBlade module to BladeManager.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]