RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.DeleteDriver Method

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

Pascal
procedure DeleteDriver(const Name: string);
C++
__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!