
moving data from Clipper to SQLServer v7
Clipper data is just DBF files (dBase III according to the header) and
they can easily be exported to just about any kind of text data you
want with many off-the-shelf utilities. If you're migrating the data
you probably don't care what order the records appear in these text
files, so you can even ignore the indexes (.NTX, .CDX and others).
The only snag you might run into is with memo fields/files since there
are so many different formats, and the variable length data doesn't fit
nicely a standard comma-delimited or SDF file. If you do have memo
data, I'm sure somebody here could come up with a utility to export it
to a second ASCII file of a format you could import. Just let us know
what the extensions of the files are, if any (.DBT, .FPT, etc.).
HTH,
--
Ray Marron
Quote:
> hi
> I'm sorry but I know absolutely nothing about Clipper. I am currently
> writing a system with SQLServer 7 as the backend. The users would
like
> the data held in the current system, using Clipper(v5 I think) moved
to
> the SQLServer database.
> Could anyone enlighten me whether this would be possible? Can data
> from Clipper be exported as text delimited files? If not, what file
> formats does Clipper export in?
> thanks in advance
> lou
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Sent via Deja.com http://www.deja.com/
Before you buy.