Hello.

Sorry for such a late reply. The problem is in the duplicate line
`dealer_type_name`. Remove one of these lines. Please, always send
a copy of the message to the list. Most probably somebody whould have
suggest you the same, if you had posted you mail to the list as well.




Kuai
cybermalandro cybermalandro wrote:
> Sorry about that
> 
> --
> -- Table structure for table `dealer_type`
> --
> 
> CREATE TABLE `dealer_type` (
>   `dealer_type_id` int(11) NOT NULL auto_increment,
>   `dealer_type_type` varchar(40) NOT NULL default '',
>   `dealer_type_name` varchar(40) NOT NULL default '',
>   PRIMARY KEY  (`dealer_type_id`,`dealer_type_id`)
> ) TYPE=MyISAM PACK_KEYS=1;
> 
> 
> Here it is, thanks a lot for your help.
> 
> Kuai
> 
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to