Vertaling van "query by sql" 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 QUERY BY SQL, you must write the following statement, regardless of whether the relation exists
Utilizando QUERY BY SQL, debe escribir la siguiente instrucción, sin importar si la relación existe o no
Note: The QUERY BY SQL command cannot be used in the context of an external SQL connection; it connects directly to the integrated SQL engine of 4D.
Nota: el comando QUERY BY SQL no puede utilizarse en el contexto de una conexión SQL externa; él contacta el motor SQL integrado de 4D directamente.
QUERY BY SQL does not use relations between tables defined in the 4D Structure editor.
QUERY BY SQL no utiliza relaciones entre tablas definidas en el editor de estructura 4D.
Description The QUERY BY SQL command can be used to take advantage of the SQL kernel integrated into 4D.
Descripción El comando QUERY BY SQL permite aprovechar directamente el motor SQL integrado de 4D.
Like QUERY BY FORMULA, QUERY BY SQL is able to evaluate information in related tables (see example 4).
Como QUERY BY FORMULA, QUERY BY SQL puede evaluar la información en las tablas relacionadas (ver el ejemplo 4).
This property applies to all internal and external SQL queries - executed via the ODBC driver, SQL code inserted between the Begin SQL/End SQL tags or the QUERY BY SQL command.
Esta propiedad aplica a todas las búsquedas SQL internas y externas, ejecutadas vía el driver ODBC, el código SQL insertado entre las etiquetas Begin SQL/End SQL o el comando QUERY BY SQL.
Note: QUERY BY SQL handles One-to-Many and Many-to-Many relations differently than QUERY BY FORMULA.
Nota: QUERY BY SQL trata las relaciones Uno a Muchos y Muchos a Uno de una manera diferente a la de QUERY BY FORMULA.