Ir al contenido


Foto

[TRUCO DELPHI] Verificar si el BDE esta Instalado.


  • Por favor identifícate para responder
No hay respuestas en este tema

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 mensajes
  • Location127.0.0.1

Escrito 01 diciembre 2016 - 07:56

[TRUCO DELPHI] Verificar si el BDE esta Instalado.

 

BDE = Borland Database Engine.


delphi
  1. uses
  2. Bde;
  3.  
  4. function BDEInstalled: Boolean;
  5. begin
  6. Result := (dbiInit(nil) = 0);
  7. end;

Saludos!


  • 1




IP.Board spam blocked by CleanTalk.