我知道这都是数据库系统。希望我能在这里得到一些帮助。谢谢
我们最近尝试使用 Rocketsoftawre 提供的 ODBC 和 .net 工具包从 Universe 数据库中检索数据。
我们遇到的问题是。
1)一些表我们能够列出所有的列。但是有些表只显示一列记录,即使该特定表有不止一列
所有列显示的表格预览 http://i.stack.imgur.com/aoDol.png
我知道这都是数据库系统。希望我能在这里得到一些帮助。谢谢
我们最近尝试使用 Rocketsoftawre 提供的 ODBC 和 .net 工具包从 Universe 数据库中检索数据。
我们遇到的问题是。
1)一些表我们能够列出所有的列。但是有些表只显示一列记录,即使该特定表有不止一列
所有列显示的表格预览 http://i.stack.imgur.com/aoDol.png
Someone needs to go into the Universe side and clean up the dictionaries on the files you want to view from ODBC. You can either convert them to SQL tables, which I find is a process fraught with peril, or you can add a type "PH" dictionary item on each table called "@SELECT" and list out all of the fields you would like to make available when executing SELECT * FROM TABLE;
Having clean well defined dictionaries is the key to interoperability between universe and the outside world.