Vertaling van "SQL EXECUTE" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Using the additional parameters of the SQL EXECUTE command (recommended solution).
Utilizando los parámetros adicionales del comando SQL EXECUTE (solución recomendada).
You can use local variables with the SQL EXECUTE command when these variables are used directly in the parameter of the SQL request and not through references.
Puede utilizar variables locales con el comando SQL EXECUTE cuando estas variables se utilizan directamente en el parámetro de petición SQL y no vía las referencias.
The SQL EXECUTE command executes an SQL command and binds the result to 4D objects (arrays, variables or fields).
El comando SQL EXECUTE se utiliza para ejecutar un comando SQL y asociar el resultado a objetos 4D (arrays, variables o campos).
This file can be used directly by the SQL EXECUTE SCRIPT command in order to import data into another 4D database.
Este archivo puede ser utilizado directamente por el comando SQL EXECUTE SCRIPT para importar los datos en otra base 4D.
4 Maximum timeout awaiting response when executing the SQL EXECUTE command.
4 Tiempo máximo de espera al ejecutar el comando SQL EXECUTE.
The SQL queries executed via the SQL EXECUTE command will be redirected to this connection; the queries included within the Begin SQL/End SQL tags will not be redirected.
Las búsquedas SQL ejecutadas vía el comando SQL EXECUTE se redireccionan a esta conexión; las búsquedas incluidas dentro de las etiquetas Begin SQL/End SQL no se redireccionarán.
The SQL queries executed via the SQL EXECUTE command will be redirected to this connection; the queries included within the Begin SQL/End SQL tags will not be redirected.
Las consultas SQL ejecutadas a través del comando SQL EXECUTE serán redirigidas a esta conexión; Las consultas incluidas en las etiquetas Begin SQL/End SQL no se redirigirán.
SQL request results are retrieved, for example, using the boundObj parameter of the SQL EXECUTE command (see the Overview of SQL Commands).
El resultado de una petición SQL se recupera, por ejemplo, utilizando el parámetro objAsoc del comando SQL EXECUTE (ver Presentación de los comandos del tema SQL).
SQL EXECUTE(SQLStmt) 2. This example can be used to execute an SQL query that directly uses the associated 4D fields
Este ejemplo ejecuta una solicitud SQL que utiliza directamente los arrays 4D Este ejemplo permite ejecutar una petición SQL utilizando directamente los campos 4D asociados