Stránka 1 z 1

Test  Vyřešeno

Napsal: 04 srp 2008 18:16
od fredik
Na prvním obrázku vidíme screenshot z aktualizace javy.
java.JPG
java.JPG (5.16 KiB) Zobrazeno 711 x

Na dalším obrázku vidíme jak si nastavit sken u KAV/KIS7.
kis.JPG

Na posledním schématu je něco pro naše kutili z řad elektrikářů...
The source of the problem
You are not setting the parsing terminator to something
other than a semi-colon, which is the default terminator.
The stored procedure language also uses semicolons as
terminators, so when you send a command like this: d
schema.JPG
The solution
Use SET TERM to set the terminator to something other than
a semi-colon so the parser can correctly determine the whole
statement. This example sets the parsing terminator to a
double pipe, ||.