Цитата(djs_13 @ Nov 11 2016, 14:37)

Добрый день.
Имеется библиотека MG, которая годы велась на предприятии. Теперь ее хотят перевести на базы данных. А именно сделать источник данных типо acscess и через dxdatabook подключится к нему. Вопрос в том что имеется структура, parts, cells, symbols для parts имеются атрибуты. Можно ли как то это наследовать в автоматическом режиме? Либо необходимо вручную делать этот источник данных?
Solution
Using these steps you can export Part Property data from your Central Library and use the data in Microsoft Access.
Start Report Writer: Click Start > Programs > Mentor Graphics SDD > DxDesigner - Expedition Flow > Layout > Report Writer.
In the Report Writer window,:
Click the Extract Data button (just to the right of Exit)
Select the Central Library radio button
Check Create Database Now
Press OK
In the Select Central Library dialog:
Browse to the Central Library folder and select the .lmc file
Press the Open button.
Report Writer writes the file <Central Library Name>.mdl into the <Central Library folder>\VBReport\Output directory. This file is in Microsoft Access 95 file format and may be opened as-is or the file extension may be changed from “mdl” to a MS Access native extension of “mdb”.
When opening the Access database file with a newer version of Access than Access 95, you will be prompted to convert to a newer version of Access. Click Yes to convert the database.
Using Access Queries, you can combine the data in the tables in a variety of ways. For example, with an Access Query you can combine the values from multiple tables using the PartNumberID field to join the tables. You can also combine tables and/or queries when defining libraries for use with DxDataBook.