RAD Studio VCL Reference
|
Removes a specified Borland Database Engine (BDE) driver from the session.
procedure DeleteDriver(const Name: string);
__fastcall DeleteDriver(const AnsiString Name);
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|