How can I join an Advantage ADT table to a DBF table in a single query?
Asked
Active
Viewed 616 times
1 Answers
4
Create and use data dictionary. If the tables are both in a data dictionary, then you can join them just fine.

Doug Johnson-Cookloose
- 530
- 4
- 17
-
Any way to do it without using a data dictionary? – Bill Seven May 27 '11 at 19:52
-
I don't know of a way to do it in a single SQL statement without using data dictionary. – Doug Johnson-Cookloose Jun 20 '11 at 13:24