|
25.07.2006, 19:09 | #1 |
Участник
|
Hello,
UtilIdElements looks like a system table. I can browse it from AOT and I can run a job to print data off of it. But, I can't see that table on SQL side. For example, SQLDictionary is there. So, where is UtilIdElements? It is not a veiw either. I would appreciate any comments. Thanks, gb |
|
26.07.2006, 00:33 | #2 |
Участник
|
UtilIdElements is sytem pseudo-table.
|
|
26.07.2006, 08:47 | #3 |
Участник
|
So, what does this mean? I can't access it through ODBC?
I am basically wrote a tool that compares Data dictionary of different Axapta databases. It works fine if I use SQLDictionary. The problem is with Temp tables. those are not recorded in SQLDictionary, but they do exist in UtilIdElements. do you have any suggestions? Thanks, gb |
|
26.07.2006, 08:51 | #4 |
Участник
|
Yes. You can't.
Use COM Connector and Dict* classes. |
|