27.11.2008, 00:33 | #9 |
MCITP
|
Цитата:
Причины следующие: В документации описано: Цитата:
Naming of database objects
Naming of tables and indexes in Axapta must follow the general naming conventions used by Axapta. • Tables Only non-temporary tables are created in the database. Tables are given the same name as in Axapta. If the name is a reserved word in the actual database system, then the name is delimited by the values given in system variables “QUOTEPRE” and “QUOTEPOST”. As an example, if the value for QUOTEPOST was an underscore “_” and you defined a table by a reserved name such as “DATE” then Axapta would automatically change the name of the table to be called “DATE_” in the database. • Columns Columns are given the same name as in Axapta. If the name is a reserved word in the actual database system, then the name is delimited by the values given in system variables “QUOTEPRE” and “QUOTEPOST”. Лучше, конечно, смотреть в таблице СУБД, но можно и в Администрирование-Запросы-БД-Информация БД. Так вот, это самый список зарезервированных слов является (что естественно) разным для Oracle и Сиквела, но при этом он мягко говоря не является полным, особенно для MS SQL, на мой взгляд. Как вариант, видимо, можно добавить их туда вручную, если очень хочется, но лучше наверное не использовать такие названия. И ещё дополнение про список зарезервированных слов в параметре KEYWORDS Цитата:
Comma-separated list of keywords to handle
specially (these are appended to a similar list in the message file, axsys??.ktd). Object names appearing from any of these lists, appear by another name in the database.
__________________
Zhirenkov Vitaly |
|
|
За это сообщение автора поблагодарили: Logger (4). |
Теги |
баг, компиляция, ax3.0, axapta |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|