Это старая версия документа.
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458
Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41
Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72
Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60
Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
====== Модуль wexp ====== Экспорт данных весового учета из базы Firebird в MSSQL. Требуемая версия сервера Firebird: 2.5.x. ===== Пример конфигурации модуля ===== <code xml> <modules> <module id="dbsrc" class="database" enabled="true" driver="FIREBIRD" host="localhost" dbname="E:\db\fb25\pren\PRENWES.FDB" username="SYSDBA" password="masterkey" reconnect_time_sec="5" /> <module id="dbdst" class="database" enabled="true" driver="MSSQL" host=".\SQLEXPRESS" dbname="test1" username="admin" password="admin" reconnect_time_sec="5" /> <module id="wexp" class="wexp" enabled="true" dbsrc="dbsrc" dbdst="dbdst" /> </modules> </code> ===== Атрибуты ===== ^Атрибут ^По умолчанию ^Описание ^ |**script** | wexp |Имя dbscr-скрипта, выполняемого при старте модуля | |**src_db** | src_db |База данных весового учета | |**dst_db** | dst_db |База данных экспорта | |**dst_schema** | wexp |Схема в dbdst | |**dst_division** | wexp |Кодовое слово для использования группы (mgroups в базе вес.учета) в качестве подразделения | |**src_table** | stathr |Таблица-источник | |**src_dt** | wexpdt |Поле, создаваемое в таблице-источнике, для отметки экспортированных записей | https://www.connectionstrings.com/sql-server/ ===== Карта тегов ===== * **host.address** * **host.port** * **connected** * **reconnect.cnt** * **disconnect.cnt**