Einzelnen Beitrag anzeigen

Benutzerbild von Jens Schumann
Jens Schumann

Registriert seit: 27. Apr 2003
Ort: Bad Honnef
1.644 Beiträge
 
Delphi 2009 Professional
 
#3

Re: ALTER wird im Script für TIBSQL nicht erkannt

  Alt 12. Feb 2006, 09:53
Hallo Mr Spock,
mittlerweile habe ich die Scripte entsprechend aufgeteilt.
Das Script für die Tabelle sieht jetzt so aus
SQL-Code:
CREATE TABLE "INPUT_TEST"
(
  "JAHR"    TINT ,
  "VER"    TINT ,
  "KATEGORIE"    TSTRING30 COLLATE DE_DE,
  "PARTNER"    TSTRING15 COLLATE DE_DE,
  "EMPF"    TSTRING15 COLLATE DE_DE,
  "PLANWERT"    DOUBLE PRECISION,
  "POSNR"    TSTRING30 COLLATE DE_DE,
  "BWA"    TSTRING15 COLLATE DE_DE,
  "SAISON"    TINT,
FOREIGN KEY ("VER") REFERENCES "VERSIONEN" ("ID") ON UPDATE CASCADE ON DELETE CASCADE;
);
Grundsätzlich funktioniert das auch. Aber wenn mehr als ein User angemeldet sind kommt jetzt dieser Fehler
Code:
ISC ERROR CODE:335544351

ISC ERROR MESSAGE:
unsuccessful metadata update
object VERSIONEN is in use
I come from outer space to save the human race
  Mit Zitat antworten Zitat