Mailinglisten-Archive |
Hallo, ich versuche meine ersten Schritte mit Mysql und stolpere schon. Was ist hier falsch? Installiert ist MySQL 3.23.28-gamma unter OS/2. Mit Hilfe von "dbf2mysql" habe ich aus "buecher.dbf" folgende Datei erzeugt: buecher.sql damit habe ich versucht, eine Tabelle zu erstellen, leider mit diesem Fehler: [I:\USR\LOCAL\MYSQL\BIN]mysql test <buecher.sql ERROR 1064 at line 9: You have an error in your SQL syntax near ' KAUFDAT Date not null, HRSG Char(50) not null default '', VERLAG Char(50)' at line 10 "buecher.sql" sieht so aus: ================ # MySQL table created by dbf2mysql 0.5 flush tables; # delete table if already exists DROP TABLE IF EXISTS BUECHER; # create a new table CREATE TABLE buch ( BUECHERID int unsigned not null auto_increment primary key, ISBN Char(20) not null default '', TITEL Char(80) not null default '', AUTOR Char(50) not null default '', BESCHREIB Char(150) not null default '', VERLIEHEN Char(50) not null default '', AUSLEIHE Date not null, RUECKGABE Date not null, PREIS, KAUFDAT Date not null, HRSG Char(50) not null default '', VERLAG Char(50) not null default '', EIGENTUM Char(40) not null default '', STANDORT Char(50) not null default '' ), INSERT into BUECHER Values (0,'','Das P.A. Han.......... hier folgen weiter Werte. Vielen Dank im Voraus für eure Hilfe. Herzliche Grüße von Martin Scheibner e-mail:hplzwurm_(at)_kdt.de --- !!NEU!! Fragen und Antworten zu MySQL und dieser Liste unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive