[Zope-DB] data type problems ZMySQLDA

Dieter Maurer dieter@handshake.de
Sun, 30 Mar 2003 10:05:04 +0200


Josiah Peters wrote at 2003-3-29 09:13 -0700:
 > I have been searching around and have not been able to find any reference 
 > information on ZmysqlDA. For some reason when i enter the query:
 > 
 > CREATE TABLE ezine_news
 > (
 > author varchar,
 > name varchar,
 > content text,
 > date timestamp,

Drop the comma in the preceeding line.
It makes your SQL command invalid.

 > )


Dieter