MySQL Forums
Forum List  »  Spanish

Tabla grande da error en Select
Posted by: Rafael Ordoñez Gonzalez
Date: January 26, 2017 05:56AM

Cuando intento acceder a una tabla me da error, usando :

RsArt.Open "SELECT * FROM articulos ORDER BY cod_art", cn, adOpenDynamic

Si la tabla tiene pocos registros funciona bien, si la tabla esta completa pero en el SELECT en vez de * le indico algunos campos, tambien funciona bien.

El servidor esta montado sobre un NAS y es :
Servidor: Localhost via UNIX socket
Programa: MySQL
Versiones de programa: 5.1.56 - Source distribution

Pero si lo ejecuto sobre otro servidor, todo funciona correctamente :
Servidor: Localhost via UNIX socket
Tipo de servidor: MySQL
Versión del servidor: 5.5.49-0ubuntu0.14.04.1 - (Ubuntu)

No localizo cual puede ser el problema

Gracias

Options: ReplyQuote


Subject
Views
Written By
Posted
Tabla grande da error en Select
806
January 26, 2017 05:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.