I've got a page with a fairly simple query (it has a nested subquery, but it's pretty straightforward). If I display my SQL string and run it as a query in the same Access database I'm connected to in ASP, I get the results I expect, specifically something useful from the subquery part (a SUM).
However, when it's embedded in the ASP page, it always returns nothing for that subquery field. I've checked the base ASP many times (referring to the right field name, etc.), so am pretty sure that's all good.
Is there a reason the connection (through a DSN) and the direct query would return different results?
However, when it's embedded in the ASP page, it always returns nothing for that subquery field. I've checked the base ASP many times (referring to the right field name, etc.), so am pretty sure that's all good.
Is there a reason the connection (through a DSN) and the direct query would return different results?