User Activity

  • Posted a comment on discussion Open Discussion on tDBF component for Delphi and BCB

    var FDB:TDbf; begin FDB:=TDbf.Create(nil); FDB.FilePathFull:='.\'; FDB.TableLevel:=7; FDB.tablename :='test.dbf'; Fdb.FieldDefs.Add('prjid',ftlargeint); Fdb.FieldDefs.Add('no',ftstring,10); Fdb.CreateTable; Fdb.active:=True; Fdb.AppendRecord([3556856671915480078,'1']); Fdb.AppendRecord([3556856671915480078,'2']); Fdb.AppendRecord([3556856671915480017,'3']); Fdb.Filter:='prjid=3556856671915480078'; Fdb.Filtered:=True; DataSource1.DataSet:=FDB; ShowMessage(IntToStr(FDB.RecordCount)); end; filter no...

View All

Personal Data

Username:
zhangshelly
Joined:
2025-03-24 09:28:36.473000
Location:
China / CST
Gender:
Male

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB