Hi there,
Is it possible to open 2 databases in one report script. I have a situation where I need to access contents of the 2 databases for comparison.
Regards,
Sam
Hi there,
Is it possible to open 2 databases in one report script. I have a situation where I need to access contents of the 2 databases for comparison.
Regards,
Sam
Hi Sam!
Yes it is possible. Please use:
ArisData - Method openDatabase:
openDatabase ( String p_sDatabaseName, String p_sUserName, String p_sUserpassword, String p_sFilterGUID, int p_nLocaleID )
Cheers!