RAD Studio VCL Reference
|
IDBSession is the interface for database sessions.
IDBSession = interface;
__interface IDBSession;
IDBSession is a generic interface for logging into a database session. Components that allow an application to provide a password for opening password-protected tables or databases implement IDBSession. This allows the global PasswordDialog function to work with any component that implements IDBSession to add or remove passwords.
typedef System::DelphiInterfaceDelphiInterface_object< IDBSession > _di_IDBSession;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|