For example, if you access a database through an ODBC interface, the SQL string is passed to the ODBC driver and processed by it.
Greifen Sie beispielsweise per ODBC-Schnittstelle auf eine Datenbank zu , dann wird der SQL-String an den ODBC-Treiber übergeben und von diesem verarbeitet.
If a statement with only changing parameters has to be used very often, a complete reconstruction of the SQL string is necessary when using text based SQL statements.
Wenn ein Statement sehr oft hintereinander benutzt werden soll, und sich dabei nur die Parameterwerte ändern, bedeutet dies bei der Benutzung von textbasierten SQL-Statements stets einen kompletten Neuaufbau des SQL-Strings.
Other results
If the string is processed technically, like an SQL String, it is not as easy to visually spot an error right away.
Sobald aber der String technisch weiterverarbeitet wird, wie z.B. ein SQL-String, ist ein Fehler nicht direkt visuell zu erkennen.
Using text values in SQL strings is a tiny bit more SQL all text literals need to be enclosed in delimiters to separate them from keywords and identifiers in the strings.
Because the backslash is an escape character in SQL strings, each backslash is preceded by another.
Da der Backslash in SQL-Zeichenfolgen ein Escapezeichen ist, muss jeder Backslash verdoppelt werden.
Trailing blanks The behavior of SQL Anywhere when comparing strings is controlled by the -b option that is set when creating the database.
Nachgestellte Leerzeichen Das Verhalten von SQL Anywhere beim Vergleichen von Zeichenfolgen wird bei der Erstellung der Datenbank eingerichtet.
If you don't set the UniqueTable property, a form that is bound to a view or stored proc or SQL String containing a join is read only.
Wenn Sie die UniqueTable -Eigenschaft nicht festlegen, ist ein Formular schreibgeschützt, das an eine Ansicht, gespeicherte Prozedur oder SQL-Zeichenfolge gebunden ist, welche eine Verknüpfung enthält.
The behavior of SQL Anywhere when comparing strings is controlled by the -b option that is set when creating the database.
Das Verhalten von SQL Anywhere beim Vergleichen von Zeichenfolgen wird von der Option -b kontrolliert, die beim Erstellen der Datenbank gesetzt wird.
If the new SQL statement string is not valid, then the execution of the statement will fail. The client parameter is effectively ignored. You can do this intentionally to turn off all client SQL commands by specifying
Wenn die neue Zeichenfolge der SQL-Anweisung nicht gültig ist, schlägt die Ausführung der Anweisung fehl. Der Clientparameter wird effektiv ignoriert. Sie können auf diese Weise bewusst alle SQL-Clientbefehle deaktivieren, indem Sie Folgendes angeben
For example, assume the client command string is CustomerByID(4), the SQL section header is [SQL CustomerByID], and the new SQL section string is SELECT FROM Customers WHERE CustomerID =?
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.