I put up a large SQL table listing zip codes, cities, and states after testing with a small sample of that database. The lookups I defined would auto-fill state, zip, and area code based on the city.
After I put up the full database, the page has slowed to a crawl when I try to edit, and then errors out with this:
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/directories/wineries/dir_Wineries_edit.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
Any suggestions on how to handle this so the lookup fields can handle a large database?