I have two secured databases, both of which use different MDW files. I need to open both of them and then update the tables in one from the other. I am using the ADODB.connection where I parse the database file names, user IDs and passwords etc. This works fine, but I just don't know how to reference the tables within each database. For example and in particularly, I want to run an UPDATE where the data from one table in the FIRST database will update the data in another table in the SECOND database.
I am getting so confused about the methods needed to accomplish this and I cannot find any examples.
Please help
I am getting so confused about the methods needed to accomplish this and I cannot find any examples.
Please help