You cannot do this comparison directly. For this to work, there would have to be some value for the equality-comparison operator (the equal sign) to compare. What would the value of a tabldef be?
You are going to have to get the fields out of the one tabledef, then, using each field's name, retrieve that field from the other tabledef and see if they have the same type, size, etc.
Comparing databases is an arduous undertaking. . .
|