![]() |
Sergey Kornilov admin 1/14/2010 |
You cannot use any TSQL statements in SQL query. It won't work in ASPRunnerPro.
|
P
|
paulwebb author 1/18/2010 |
Thanks for solving the last problem - I now have a UNION ALL query that again works in the results tab, but not when complied. Surely UNION is ANSI and supported? |
P
|
paulwebb author 1/18/2010 |
I should add ... it 'works' (ie, no error), but only gives me the first SELECT line |
R
|
rascasse83 1/19/2010 |
Hi not sure why you create this statement in your front-end rather than building a view in your database ? |
J
|
Jane 1/20/2010 |
Hi, |
P
|
paulwebb author 1/21/2010 |
Thanks - I concluded that this wouldn't work after looking at the output generated. |