Test Vyřešeno
Napsal: 04 srp 2008 18:16
Na prvním obrázku vidíme screenshot z aktualizace javy.
Na dalším obrázku vidíme jak si nastavit sken u KAV/KIS7.
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 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, ||.
Na dalším obrázku vidíme jak si nastavit sken u KAV/KIS7.
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 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, ||.