What could be causing these errors when I try to run the Advanced Search on a grid?
Ed
Error
Error while accessing the database:
Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.
select distinct LastName from vwproctor; where LastName = ‘’
Error
Error while accessing the database:
SelectLimit(SELECT login, FirstName, LastName, ProctorStatusCode, PrimaryPhone, Email, City, State, MiddleName, ProctorId from vwproctor; where State like ‘%FL%’, 22, 0)