Computer Science, asked by Parveza1681, 8 months ago

Command to import all records from a exiting dbf is

Answers

Answered by deepakkumarnwd8271
2

Answer:

Explanation:

Importing to DBF file via command line

1. DBF Import (Command to import all records from a existing dbf): "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,srcfile.dbf.

2. CSV Import: "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,srcfile.csv.

3. XLS Import: ...

4. Text Import: ...

5. Paradox Import:

I hope this is very helpful for you.

So mark the brainliest answer and follow me, please.

Thanks.

Answered by Jasleen0599
0

Command to import all records from a exiting dbf is:

  • "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf, srcfile.dbf.

CSV Import:

  • "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,srcfile.csv

XLS Import:

  • "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,srcfile.xls

Text Import:

  • "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,srcfile.txt /SEP;

Paradox Import:

  • "c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" /APPEND:dst.dbf,pxtable.db

#SPJ2

Similar questions