2
votes
7answers
328 views
What is the best way today to maintain clipper 5.3 code?
Are there any successor products on DOS, Windows or Linux?
0
votes
0answers
7 views
Repairing corrupt memos on dbase files.
Has anybody had a good experience and success with "repair tools"?
Especially free tools!
0
votes
1answer
321 views
reading dbase file without standard .dbf extension.
I am trying to read a file which is just a dbase file but without the standard extension the file is something like:
Test.Dat
I am using this block of code to try and read the fi …
1
vote
1answer
57 views
DOS legacy application with USB printer.
I have the unfortunate task of doing (minimal) maintenance work on two legacy applications developed in DBIII+/Clipper '87.
I have full access to source and a minimal toolchain to …
2
votes
3answers
109 views
Need to open and write a DBASE4 table. Which Delphi route please?
I've a need to open and append a DBASE4 table with Delphi (7 and 2009/10). Presently it is done using home-rolled code. I presume this task is easy with Delphi, but which link mech …
1
vote
2answers
133 views
.NET DBF Database connectivity issue
Hey all, really bashing my head against a keyboard here, any information or pointing in the right direction would be fantastic.
I have a set of .DBF files with .MDX indexes. They' …
0
votes
1answer
240 views
Connect to ESRI Shape File (DBase *.dbf file) from NHibernate
Hi,
I've been trying to work out how to connect to an ESRI shape file (which I think is a DBase table file) through NHibernate but haven't had any luck with anything I've tried.
…
1
vote
4answers
175 views
There is any free DBF file converter?
I have only found trial versions of these converters. Does anyone know a free one? Any of the following target formats will do:
CSV, MDB, SQL, XLS
0
votes
1answer
88 views
How can I make my old Dbase 2 progs run under SQL?
How can I make my old Dbase 2 progs run under SQL?
I want to do two things.
have my old Dbase progs run under windows with huge datasets on my personal computer (so it would hav …
1
vote
3answers
2k views
How to read/write dBase III files using C#/.NET ODBC or OLE?
I have searched for various techniques on how to read/write dBase III (dbf) files using OLEDB or ODBC with C#/.NET. I have tried almost all of the tecniques posted, but without su …
0
votes
3answers
334 views
Changing DBF field size
Hi there,
I worked with ESRI shapefile format right now and i have some problem with changing/editing database field size. I created a field with 200 length/size and now i want it …
2
votes
2answers
1k views
Delphi ADO connection to DBF files hangs when debugging
I'm connecting to DBF files using Delphi 2009 ADO components and this connection string:
Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mypath;
If c:\mypath doesn't …
0
votes
2answers
71 views
DBase index
Is the index value of the first record in a dbf file 0 or 1? Is the index zero-based?
