Here's the situation - I am looping through the tabledefs in a database and re-linking tables. I have 2 ODBC linked tables in the database. The "For each td in database.tabledefs" loop is only showing me the 1st ODBC table.
Just for grins, I linked another ODBC table in and guess what? I get the first two now, but not the third.
This is where it gets weird: If I do a debug.Assert to stop the loop on my ODBC tables, it stops on all three.
Any suggestions?
Just for grins, I linked another ODBC table in and guess what? I get the first two now, but not the third.
This is where it gets weird: If I do a debug.Assert to stop the loop on my ODBC tables, it stops on all three.
Any suggestions?