Bde.DBTables.TSession.DeleteDriver

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TSession

Delphi

procedure DeleteDriver(const Name: string);

C++

void __fastcall DeleteDriver(const System::UnicodeString Name);

Description

Removes a specified Borland Database Engine (BDE) driver from the session.

Call DeleteDriver to remove a BDE driver from a session. Removing a driver makes the driver unavailable to the session, but does not remove it from the BDE configuration file if the driver was stored there when it was created. To remove a driver from the BDE configuration file follow the call to DeleteDriver with a call to SaveConfigFile.

See Also