Home > database >  FOXPRO6.0 database can put how many records? How will the CVS text into FORPXO6.0 database?
FOXPRO6.0 database can put how many records? How will the CVS text into FORPXO6.0 database?

Time:09-16

Because I want to use FOXPRO6.0, so only OFFIEC2003 version, but could not turn millions of data, please FORPXO6.0 data table can put how many records? Because 2003 is more than sixty thousand records, open the CVS wen's biggest record only after more than sixty thousand, I feel that if DBF table can hold hundreds of millions of data, how can I can not open the CVS (because after opening record fewer) into a DBF table? Or, teachers have what good method?

CodePudding user response:

Import the from.

CodePudding user response:

Can save 200 million records or 2 gb content
CSV file, is actually TXT format, can use the open text editing software,
Establish a DBF file, and then
APPEND the FROM...

APPEND the FROM FileName |?
[FIELDS FieldList]
[FOR lExpression]
[[TYPE] [DELIMITED [WITH Delimiter | WITH BLANK | WITH TAB
| WITH CHARACTER Delimiter]
| DIF | FW2 | MOD | PDOX | RPDS | SDF | SYLK
| WK1 | WK3 | WKS | WR1 | WRK | CVS
| | XLS | XL5 [SHEET cSheetName] XL8 [SHEET cSheetName]]]
[AS nCodePage]

  •  Tags:  
  • VFP
  • Related