El comando SQL LOGIN permite definir el tipo de conexión a abrir.
The SQL LOGIN command lets you specify the type of connection to open.
El comando SQL LOGIN permite designar la fuente a utilizar.
The SQL LOGIN command can then be used to designate the source to be used.
Este comando se utiliza para ejecutar varias peticiones SELECT dentro de la misma conexión (es decir el mismo cursor) iniciada por el comando SQL LOGIN. Ejemplo
This command is used to execute several SELECT requests within the same connection (i.e. the same cursor) initiated by the SQL LOGIN command. Example
Note que cuando este protocolo está activo, la palabra clave":ssl" debe añadirse al final de la dirección IP del servidor SQL cuando abra una conexión vía el comando SQL LOGIN.
Note that when this protocol is enabled, you must add the":ssl" keyword to the end of the IP address of the SQL server when you open a connection using the SQL LOGIN command.
Si no pasa este parámetro, el código ubicado dentro de las etiquetas Begin SQL/End SQL aún se enviará al motor SQL interno de 4D, sin tener en cuenta la configuración especificada por el comando SQL LOGIN.
If you do not pass this parameter, the code placed within the Begin SQL/End SQL tags will still be sent to the internal SQL engine of 4D, without taking the configuration specified by the SQL LOGIN command into account.
Solo produce el código del comando SQL de creación de la tabla, sin añadir ningún dato.
Only produces the table creation SQL code, without adding any actual data.
Muestra los resultados del comando SQL ejecutado, incluidos los errores.
Displays the results, including errors, of the SQL command that you ran.
Utilizando los parámetros adicionales del comando SQL EXECUTE (solución recomendada).
Using the additional parameters of the SQL EXECUTE command (recommended solution).
Para mayor información sobre las diferentes opciones y sus valores asociados, consulte la descripción del comando SQL SET OPTION.
For more information on the different options and their associated values, refer to the description of the SQL SET OPTION command.
Consulte la descripción del comando SQL EXPORT DATABASE para una descripción detallada del funcionamiento y parámetros de estos comandos.
Refer to the description of the SQL EXPORT DATABASE command for a detailed description of the functioning and parameters of these commands.
Igualmente, a diferencia del comando SQL EXPORT DATABASE, este comando no funciona con las bases SQL externas.
Also, unlike the SQL EXPORT DATABASE command, this command does not work with external SQL databases.
El - al inicio de la segunda instrucción convierte al resto del comando SQL en un comentario, lo que evita que aparezca el mensaje de error que de otra forma veríamos.
The - at the start of the second statement turns the rest of the SQL statement into a comment which prevents the error message we'd otherwise see.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.