Niemand hat vor den Pfad fest im Programm zu speichern.
Delphi-Quellcode:
var
fn: TFileName;
try
fn := ini.ReadString('
DB', '
Pfad', '
');
Tabellen.Verbindung.ConnectionString := '
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=' + fn;
finally
ini.Free;
end;