Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

277
Vistas
Is Excel odbc datasource async?

I recently came across VBA code in Excel that used this command (Application.wait) to delay until the program fetched the data from an ODBC source for use in a pivot table. In order for such a thing to be necessary, retrieving data from odbc must be async. Is that true or the Application.wait is useless?

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

According to Microsoft's manual the Wait method suspends all Microsoft Excel activity and may prevent you from performing other operations on your computer while Wait is in effect. However, background processes such as printing and recalculation continue. (emphasis mine)

As you can set an ODBC Connection as a background process (ODBCConnection.BackgroundQuery property, set it to True) so, yes, it can run async.

  • ODBC: https://docs.microsoft.com/en-us/office/vba/api/excel.odbcconnection.backgroundquery
  • WAIT: https://docs.microsoft.com/en-us/office/vba/api/excel.application.wait
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda