A project I'm working on requires me to check values in our other Sites if the data needed is not found in the current Site. I know I can use the AppDB class to get q SQL connection to the database server & execute T-SQL that way. However, I'd like to try and stick to IDO Extension Class method calls to do this. Is there a way that I can do this, or do I have to essentially have my code log into the other sites and issue an request against that log in?