Skip to content

ValueError: 5635 is not a valid FieldType #7

@MarceloCavalli

Description

@MarceloCavalli

Hi,

I'm tryng use the lib to read a database DBSIAM with this code.

from pydbisam import PyDBISAM

with PyDBISAM("/PATH_TO_DAT/FILE.dat") as db:
print(", ".join(db.fields()))
for row in db.rows():
print(", ".join(map(str, row)))

However, the code return this error:

ValueError: 5635 is not a valid FieldType

Can you help me?

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