Bde.DBTables.TSession.DeleteDriver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteDriver(const Name: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

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