Hi All,
i want to show a table including the same attribute but coming from different versions, how can i do that?
the issue is that the model has a defined VER NUMBER in the AT_PROC_CODE attribute, but i cannot retrieve except one row which is the content from the change list or version am logged in from.
can i show a list to include the value of this attribute from the first change list info till this last one
Robert Goldenbaum on
Hi,
you have to log into the database with the corresponding version number, search the same model and then read the attribute you want...
ArisData.openDatabaseVersion ( String p_sDatabaseName, String p_sUserName, String p_sUserpassword, String p_sFilterGUID, int p_nLocaleID, int p_nVersionID, boolean p_bReadOnly )
BR Robert