MySQL Forums
Forum List  »  Spanish

Re: Error de "collation" al ejecutar STORED PROCEDURE
Posted by: William Chiquito
Date: March 01, 2008 01:28PM

Hola Marco,

Chequea las columnas DEFAULT_CHARACTER_SET_NAME y DEFAULT_COLLATION_NAME de la siguiente consulta:
SELECT * FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = 'your_table_name';
Las mismas deben ser iguales o compatibles a las definidas en tus tablas (Character y Collation).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error de "collation" al ejecutar STORED PROCEDURE
1849
March 01, 2008 01:28PM


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.