Paradox Table mit Passwort Schützen ?
-
Hallo,
wenn ich eine Tabelle zur laufzeit erstelle,
kann ich die dann auch mit einem Passwort schutz versehen ?void __fastcall TForm1::SetDB_erstellen(TObject *Sender) { TIndexOptions IndexOptions; Erstellung->Active = false; Erstellung->TableName = "SetDB.db"; Erstellung->TableType = ttParadox; if (!Erstellung->Exists) { Erstellung->FieldDefs->Clear(); Erstellung->FieldDefs->Add("Nr" ,ftAutoInc,false); Erstellung->FieldDefs->Add("Setname" ,ftString,50,false); Erstellung->IndexDefs->Clear(); IndexOptions << ixPrimary << ixUnique; Erstellung->IndexDefs->Add("Primary","Nr",IndexOptions); Erstellung->CreateTable(); } // end if (!Erstelung->Exists) }
Wenn "ja" wie ?
Gruss der neue
-
-
Passwortschutz bei Paradoxtabellen ist obsulet.
Siehe "cupcdvum"