Hab das mal schnell ausprobiert und bekomme auch nur eine Fehlermeldung bei
ADO und Mydac-Kompos.
Im
MySQL-Handbuch ist es so dokumentiert:
Zitat:
mysql> CREATE TABLE test (a INT NOT NULL AUTO_INCREMENT,
-> PRIMARY KEY (a), KEY(b))
-> TYPE=MyISAM SELECT b,c FROM test2;
This creates a MyISAM table with three columns, a, b, and c. Notice that the columns from the SELECT statement are appended to the right side of the table, not overlapped onto it.
Möglicherweise nur im Konsolenmodus möglich, da funktioniert es. Vielleicht bleibt Dir doch nur das zerlegen.
völlig überlesen dass es sich um
Access handelt, sorry