Does anyone have an example of how to create an SQL statement that deals with Postcodes and using ASP. I need to be able to query my database via postcodes, but the trouble I want people to be able to enter something like
BETWEEN 'NE1' AND 'TS15', I don't get the right results and I've tried several ways.

Also what is the best way to stop a session timing out. I need to keep the session going till the user closes the browser.