Rajesh Karunakaran
Programmer
Hi Team!
I have a SQL query, which is dynamically created with variables I set for relation expression and the usual filtering expressions which would go into the WHERE clause. But, now when that SQL executes I get a browse window showing the results. I know if you issue SQL without a destination, i.e. INTO CURSOR, INTO ARRAY etc, it will show the query results in a browse. But, in this case, I have a destination. Even with NOCONSOLE, it shows the browse window. What could be the reason?
SELECT &lcField as fld FROM &lcAliases WHERE &lcWhere INTO ARRAY laDummy NOCONSOLE
Thanks in advance
Rajesh
I have a SQL query, which is dynamically created with variables I set for relation expression and the usual filtering expressions which would go into the WHERE clause. But, now when that SQL executes I get a browse window showing the results. I know if you issue SQL without a destination, i.e. INTO CURSOR, INTO ARRAY etc, it will show the query results in a browse. But, in this case, I have a destination. Even with NOCONSOLE, it shows the browse window. What could be the reason?
SELECT &lcField as fld FROM &lcAliases WHERE &lcWhere INTO ARRAY laDummy NOCONSOLE
Thanks in advance
Rajesh