Skip to content

test.dbf is not a table #21

@bnuzhouwei

Description

@bnuzhouwei
static void Main(string[] args)
        {
            var dbf = new dBASE.NET.Dbf();
            var field = new dBASE.NET.DbfField("TEST", dBASE.NET.DbfFieldType.Character, 12);
            dbf.Fields.Add(field);
            var record = dbf.CreateRecord();
            record.Data[0] = "HELLO";
            dbf.Write("test.dbf", dBASE.NET.DbfVersion.VisualFoxPro);            
        }

Open the generated test.dbf got test.dbf is not a table

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions