[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: A way to join dynamic tables?

  • Thread starter Thread starter David Abdala
  • Start date Start date
Status
Not open for further replies.
D

David Abdala

Guest
I don't understands what are you trying to do. The query makes me think that you want to copy both tables to a third, "joined". But you are copiying the second table onto the first one.. ¿? If both tables have the same fields, then you are overwritting the values on the first table, with values in the second one. I don't get what is it that you are trying to achieve.. Definetely you need to provide a WHERE clause on the query to make a proper join, you have dynamic attributes and methods that will help you to know which fields to match, similarly to what you already did with table names. If you clarify your question, it will be better, as maybe is not that what you need. David.

Continue reading...
 
Status
Not open for further replies.
Back
Top