View Single Post
  #25  
Old 01-29-2008, 07:00 AM
Dispair2
Fire Beetle
 
Join Date: May 2007
Posts: 28
Exclamation Sql

Yes my SQL statement is a little funny because i have also noticed sme non functional parts of it however i was able to see that the warrior part does work.

This is how the SQL statement looks inside the application:

SQL = "Select id, name, ac, haste, hp, reqlevel from items where reqlevel >= 1 and id = 25462 and classes like %5% and price >= 1 and name = 'itemname' and itemtype = 'something'"

of course i edited it to make it easier to read and post but you can see how it works.

This is alot buggy and will be fixed in the future but it is as functional as i need it to be for testing purposes rigt now.

What happens on the back end is that when you click search it goes through and if a value is present then it adds it to the SQL statement. So above is not always how it looks as it is dynamic and when you type in the id field i believe it disables the rest of the box's. I am not at the actual dev machine now so i can not say definatively.
Reply With Quote