I am using the component Zeos, and when I execute the sql "show create table"
the resultset came like that:

CREATE TABLE `clientes` (
  `cli_codigo_ID` int(11) NOT NULL auto_increment,
  `cli_nome` varchar(50) default NULL,
  `cli_endereco` varchar(70) default NULL,
  `cli_bairro` varchar(20) default NULL,
  `cli_cidade` varchar(20) default NULL,
  `cli_estado` char(2) default NULL,
  `cli_cep` varchar(9) default NULL,
  `cli_cnpj` varchar(16) default NULL,
  `cli_ie` varchar(15) default NULL,
  `cli_data_abertura` varchar(10) default NULL,
  `cli_socio_titular` varchar(40) default NULL,
  `cli_cpf_socio` varchar(Û8,wÌÚ

Seem to be short, but there are any componet property to set the lenght.


What Can I do in this case??


Alexander



________________________________________
A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to