AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
<Connection variable>.UpdateView (Función)
HFSQL Client/ServerDisponible solo con este tipo de conexión
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
Note: View data is updated using the <Connection variable>.RefreshView function..
Ejemplo
// Description de la connexion
MaConnexion is Connection

// Met à jour la description de la vue sur le serveur HFSQL
MaConnexion.MiseAJourVue(MaVue)
Sintaxis
<Result> = <Connection>.UpdateView(<View> [, <Force>])
<Result>: Booleano
  • True if the SQL or materialized view was created or updated.
  • False if a problem occurs. HError is used to identify the error.
<Connection>: Variable de tipo Connection
Name of the Connection variable that describes the connection to the server on which the SQL or materialized view must be created or updated.
<View>: Cadena de caracteres
Name of the SQL or materialized view to use. This view must be created or updated on the HFSQL server.
<Force>: Booleano opcional
  • False (default): the view will be created or updated:
    • if the view is found on the server.
    • if an earlier version of the view is found on the server.
  • True: the view will be updated in all cases.
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 25
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/09/2024

Señalar un error o enviar una sugerencia | Ayuda local