I have the following problem: I have a database with a big list of animals and their taxonomy. but one column is named 'Order' and i have problems getting it into the sql query.
It looks like this so far. the results should vary depending on the value in the url like .../display.asp?ord er=ordername
this works prefectly well when using 'Kingdom' instead of 'Order'. I am using FrontPage 2003 to do this, until now i never had any problems.
Any ideas of what i am doing wrong?
It looks like this so far. the results should vary depending on the value in the url like .../display.asp?ord er=ordername
Code:
s-criteria="{Order} EQ {Order} +" s-sql="SELECT * FROM Taxonomy WHERE Order = '::Order::' ORDER BY Genus ASC"
Any ideas of what i am doing wrong?
Comment