Share

dBASE Reader and Converter

Tracker: Patches

1 update - ID: 805883
Last Update: Settings changed ( rollin_hand )

Hi,
I changed the program a bit. I took the CVS version of
Jul, 27.
dbf can now export all the DBF field types to sql. Memo
Files of .fpt
type are read too, the contents are exported to
separate files as
"<table_name><offset>.txt". I think, this would work
for binary data
too, but I did not test it.

The exported <table_name>.sql files are now read by
MySQL and Postgres
without error messages.

The integers of the .fpt files are stored as big
endians, so I introduced
a variable "force" to suppress the system check. The
new functions are
"Rotate2b" and "Rotate4b". I did not change the old
functions.

The global defines are in "tables.h". I think, the
dependencies are easier now.

I attched the .dif files for:
an_string_c.dif
dbf_c.dif
endian_c.dif
iodbf_c.dif
Makefile.dif
sql_h.dif
see CHANGES in the attached file


G Roesler ( groesle ) - 2003-09-14 07:32

1

Deleted

Later

Nobody/Anonymous

dbf-core

None

Public


Comments ( 2 )




Date: 2004-02-16 14:08
Sender: nobody

Logged In: NO

The project is now available through http://www.anubisnet.de
or http://dbf.berlios.de. This tracker will not be updated
any longer, so please check out the new URLs above.

Rollin_Hand aka Björn Berg


Date: 2003-09-14 12:16
Sender: rollin_handProject Admin

Logged In: YES
user_id=503056

In August and beginning of September a lot of dbf internals
have changes, it will took a little time to merge your
changes with the version in the unstable branch of CVS.


Log in to comment.

Attached File ( 1 )

Filename Description Download
dbf-diffs.tar.gz all the difs Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2004-04-08 10:40 rollin_hand
close_date - 2004-04-08 10:40 rollin_hand
resolution_id None 2003-09-14 12:16 rollin_hand
priority 5 2003-09-14 12:16 rollin_hand
File Added 61472: dbf-diffs.tar.gz 2003-09-14 07:32 groesle