hola Triby
gracias por tus respuestas
**********************************
Estructura de tabla para la tabla `tusuarios`
--
CREATE TABLE IF NOT EXISTS `tusuarios` (
`codigocliente` int(20) NOT NULL,
`nombre` text COLLATE ucs2_spanish2_ci NOT NULL,
`contrasena` varchar(20) CHARACTER SET latin1 NOT NULL,
`telefono` text COLLATE ucs2_spanish2_ci NOT NULL,
`mail` text COLLATE ucs2_spanish2_ci NOT NULL,
`direccion` text COLLATE ucs2_spanish2_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=ucs2 COLLATE=ucs2_spanish2_ci;
************************************************** *
la tabla existe y el campo tambien
he leido por ahi que es un cambio en sql pero no se interpretar lo ke dicen.
http://www.php-hispano.net/foros/PHP/12439 http://bugs.mysql.com/bug.php?id=13551