I keep getting this error.

table products created: create table products (
sku VARCHAR(20) NOT NULL PRIMARY KEY,
description VARCHAR(255) NOT NULL,
price DECIMAL(12,2) NOT NULL, index(price),
author_editor VARCHAR(80),
isbn VARCHAR(20),
url VARCHAR(40),
title VARCHAR(128) DEFAULT '' NOT NULL, index(title),
template_page VARCHAR(64),
comment__MVC_FIELDMUNGE__ char(128),
display VARCHAR(128),
image VARCHAR(64),
wholesale char(128),
category VARCHAR(64) NOT NULL, index(category),
nontaxable CHAR(3),
weight VARCHAR(12) DEFAULT '0' NOT NULL,
size__MVC_FIELDMUNGE__ char(128),
color VARCHAR(96),
gift_cert VARCHAR(3),
related TEXT,
featured VARCHAR(32),
download char(128),
dl_type char(128),
dl_location char(128),
inactive char(128)
)

signat config error: You have an error in your SQL syntax near ' '', '',
'', '',
 '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',' at line 1


This is the tab delimited first and part of the second line.

sku     description     price   author_editor   isbn    url     title   template_page  
 comment__MVC_FIELDMUNGE__       display image   wholesale       category        
nontaxable      weight  size__MVC_FIELDMUNGE__  color   gift_cert
related featured        download        dl_type dl_location     inactive
1-56085-123-6  An Abundant Life: The Memoirs of Hugh B. Brown  17.95
Edwin B. Firmage, editor        1-56085-123-6   abundant.htm...


Thanks,

--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044
Office 801-250-0795 FAX 801-250-7975


---------------------------------------------------------------------
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