Delphi-Quellcode:
Session.AddPassword('My secret password');
Table1.Active := True;
RemovePassword('My secret password');
Die Erklärung spar ich mir
Achso, ne Kleinigkeit noch:
Wenn deine Datenbank schon im Delphi offen ist, also du sie nicht im Programm öffnest, muss das AddPassword ins Create von deinem Form!
(Und das Remove in Destroy, wer häts gedacht)