Hola
he hecho un grid que presenta un estado de cuenta y pongo que me totalice el campo importe, cuando mando exportar el grid a un PDF genera todo bien pero al regresar me manda el siguiente error:
Error
Se produjo un error al acceder a la base de datos
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 count(*), sum(importe) from edo_cuenta where cxc_clientes_id=18
si yo quito la totalizacion de ese campo sin ningun problema puedo exportar
gracias de antemano
saludos