Re: How to fish out data from .fpt / .cdx files (Foxpro?)
From: Cindy Winegarden (cindy_winegarden_at_msn.com)
Date: 11/16/04
- Next message: John Vinson: "Re: One to One relationship? (Access 2000)"
- Previous message: Ken Snell [MVP]: "Re: Can you do this with a macro"
- In reply to: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Next in thread: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Reply: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Nov 2004 13:07:59 -0500
Hi Ang,
As you've discovered, FoxPro and Visual FoxPro files come in 3 parts. The
DBF is the table itself, The CDX (if present) is the index file, and the FPT
is the contents of memo fields in the main table, if there are any. You
would not access the CDX and FTP files directly; the FoxPro data engine
reads them if it needs to.
You may also see a DBC which is a Database Container that holds metadata
about Visual FoxPro tables. (It's index and memo files are DBX and DCT.) If
the DBC file is present then you would want to set up the ODBC data source
to access a database rather than a free table directory.
There is also an OLE DB data provider for FoxPro and Visual FoxPro.
-- Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP cindy_winegarden@msn.com www.cindywinegarden.com "Ang" <angbeer@verizon.net> wrote in message news:GAWld.5483$GV5.2638@trnddc04... > uhhh, sorry to bother you all. I've figured it out, or at least the nuts > and > bolts of it. ...guess I was tired last night. > > By the way, in case anyone else is trying to fiddle with Foxpro files, you > have to load the Foxpro driver via ODBC data sources. >> How do I access (no pun intended) data in files with an extension of > either >> ".fpt" or ".cdx" ?
- Next message: John Vinson: "Re: One to One relationship? (Access 2000)"
- Previous message: Ken Snell [MVP]: "Re: Can you do this with a macro"
- In reply to: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Next in thread: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Reply: Ang: "Re: How to fish out data from .fpt / .cdx files (Foxpro?)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|