User Profile

Collapse

Profile Sidebar

Collapse
d80013
d80013
Last Activity: Sep 11 '07, 09:27 AM
Joined: Jun 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • d80013
    started a topic Nested Dictionaries in VBA

    Nested Dictionaries in VBA

    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...
    See more | Go to post

  • d80013
    started a topic Copy rows across to another db

    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...
    See more | Go to post
No activity results to display
Show More
Working...