Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot properly open FoxPro db. #13

Closed
developer88 opened this issue Oct 21, 2015 · 3 comments
Closed

Cannot properly open FoxPro db. #13

developer88 opened this issue Oct 21, 2015 · 3 comments

Comments

@developer88
Copy link
Contributor

I have several FoxPro dbs from some accounting software. I need to open it and grab the info.

After my fix i managed to open the file and read some data, but lots of columns (especially with type B, N, F, D) do not received properly - either some corrupted data or just NULL.

Some info about db file from the Table.php:

foxpro: 1
version: 48
encrypted:
mdxFlag:
languageCode:
modifyDate: 1443484800
recordCount: 20426
recordByteLength: 991
inTransaction:
headerLength: 2504
backlist:
encoding: i guess it is 1251, at least data from columns type C is properly encoded.

Is php-xbase able to work with this version of FoxPro db?

@luads
Copy link
Owner

luads commented Oct 21, 2015

I'm not sure about specifics for this version. Could you send me a sample table with this version and encoding so I could run some tests?

You can reach me at lsouza@codeinc.com.br

@luads luads closed this as completed Oct 22, 2015
@gadget00
Copy link

was this ever solved?

@developer88
Copy link
Contributor Author

@gadget00 it was fixed in #15 but i did not have time before to fix comments by @Hisamu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants