I am on a slavage mission with a short time frame. I have a
database w/50 tables all with the same structure, I need to display
the contents of the tables base on a user click on an image map. My
problem is that I am trying to dynamically set the table name to be
used in the query and the name is being passed but I get an error
saying "Syntax error in query. Incomplete query clause. " but the
debug info clearly shows the table name.
select *
from #trim(url.state)#
order by branch
SQL select * from ''me'' order by branch
DATASOURCE [removed by author]
VENDORERRORCODE -3003
SQLSTATE HY000
Any suggestions?
tia
J.