![]() |
#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 |
|
![]() |
#2 |
Участник
|
UtilIdElements is sytem pseudo-table.
|
|
![]() |
#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 |
|
![]() |
#4 |
Участник
|
Yes. You can't.
Use COM Connector and Dict* classes. |
|