Hello all,
I am trying to create a Dictionary of dictionaries in VBA. All I do is declare two dictionaries, one temporary one, and add the temporary dictionary to the main one recursively.
The dictionaries are created fine, and i can access their values without any problems.
What I want to do however is to pass the (low-level) dictionary to a function and have it access its data. But I can't seem to be...
User Profile
Collapse
-
Nested Dictionaries in VBA
-
Copy rows across to another db
Hello all,
first of all please forgive me for asking what might turn out to be a very stupid question. I am new to SQL.
Here is my problem. I have to identical databases, one used for testing (db_test), the other for production (db_prod). What I want to do is to grab a row from a table in db_test and insert it into the relative table into db_prod.
Now, I know to use INSERT INTO, however I having problems...
No activity results to display
Show More