JesseH
Active member
How do I assigned multiple independent files in a data adapter SQL Statement. "Select * from BPCSFV60.APHL01" Works. I need two additional files. I tried "Select * from BPCSFV60.APHL01
Select * From BPCSFV60.GXRL01
Select * from BPCSFV60.AMHL01"
also tried putting semicolon between them. I need to do it this way because the type of join will be determined at run time. I hope to be able to code the SQL statement that I need using these three file.
Thanks in Advance
Select * From BPCSFV60.GXRL01
Select * from BPCSFV60.AMHL01"
also tried putting semicolon between them. I need to do it this way because the type of join will be determined at run time. I hope to be able to code the SQL statement that I need using these three file.
Thanks in Advance