About 250,000 results
Open links in new tab
  1. How to open DBF file in DBeaver with JDBC - Stack Overflow

    Mar 6, 2017 · The CSV/DBF JDBC Driver to open dbf files requires DANS DBF as you mentioned and requires its addition to the CLASS PATH. There was limited information on that process …

  2. R: how to read dbf files? - Stack Overflow

    Feb 26, 2022 · How can I use read.dbf if I want to specify which encoding the dbf is saved with and whivh endcoding I want it to save as dataframe or csv file?

  3. .net - C# Open DBF file - Stack Overflow

    Sep 2, 2014 · I'm having a problem opening a DBF file - I need to open it, read everything and process it. I tried several solutions (ODBC/OLEDB), several connection string, but nothing …

  4. What's the easiest way to read a FoxPro DBF file from Python?

    Sep 1, 2008 · I am new to python and know nothing about DBF files, but it worked easily to read a DBF file from my girlfriend's business (created with a music store POS application called …

  5. DBF (dBase) file - open and convert in Excel VBA - Stack Overflow

    Jan 23, 2014 · DBF (dBase) file - open and convert in Excel VBA Asked 12 years, 4 months ago Modified 11 years, 10 months ago Viewed 7k times

  6. Is there any free DBF file converter? - Stack Overflow

    9 I am able to open and convert .dbf files with LibreOffice 3.4.4, and export to a variety of formats.

  7. Unable to open DBF file on R - Stack Overflow

    Jun 17, 2021 · The manual page for read.dbf() warns that it may not work for all ".dbf" files. If you have a spreadsheet program on your computer, try opening the file with that.

  8. Get data in a .dbf file using c# - Stack Overflow

    Jul 6, 2012 · How can I get the data in a .dbf file using c#?? What I want to do is to read the data in each row (same column) to further process them. Thanks.

  9. How to open DBase files (.DBF) in Matlab? - Stack Overflow

    Jul 16, 2015 · I've googled and searched through Matlab Central, but cannot find any way to open DBF files directly in Matlab. There are some references to DBFREAD function in TMW File …

  10. Opening and searching dBase III (DBF) databases in Python

    May 23, 2017 · I'm looking to develop an application in python which needs to search through a dBase III database file (DBF). I've been searching for a while now, but I cannot find any good …