yortus/DBFFile

Search DBF by key

Closed this issue · 2 comments

Hello.

I'm trying to get a specific record from the database, not the whole file. Is it possible to get, for example, column NAME whose ID = 10657? I say, something "SQL style". I am receiving a person's ID, and I want to know his card ID.

Thank you very much in advance.

Sorry, this lib doesn't include any query functionality. You'd have to add that in your own code.

I think if any query functionality was going to be added in here, it would make sense to be a subset of SQL. But that's a pretty big project on its own.