Thema: Delphi Problem bei Tadocommand

Einzelnen Beitrag anzeigen

JohannesK

Registriert seit: 17. Jul 2003
Ort: Abtwil
118 Beiträge
 
Delphi 2010 Professional
 
#7

Re: Problem bei Tadocommand

  Alt 8. Mai 2009, 08:52
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
mit freundlichem Gruss

So einfach wie möglich. Aber nicht einfacher.
  Mit Zitat antworten Zitat