About 1,040,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. c# - how to connect to dbf database - Stack Overflow

    1 If you are connecting to a DBF file, the filename of the DBF needs to be 8 characters or less depending on the driver you are using. I was using the Jet 4.0 and just ran into this issue and …

  3. encoding - Read Encoded string from .dbf file - Stack Overflow

    Aug 11, 2014 · A .dbf file is a mixed binary and encoded text file format. By encoded I don't mean encryption, I mean coded into a codepage depending on the language used for the .dbf file …

  4. sql - How to find the default location in which Oracle DBF files are ...

    During the creation of a new Tablespace in Oracle Database, the user has to enter the DBF file name that he (or she) want to use. The DBF file is then created in a specific location. The user …

  5. How to edit a .dbf file which is connected with a shape file?

    Apr 12, 2011 · As tonylocandro mentioned, it is not recommended or advised to edit a dbf of a shapefile outside of ArcMap, as it is easy to corrupt data. As for saving an Excel sheet as a …

  6. How to shrink temp tablespace in oracle? - Stack Overflow

    Dec 1, 2009 · How can we shrink temp tablespace in oracle? And why it is increasing so much like upto 25 GB since there is only one schema in the database for the application and data …

  7. 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?

  8. How to read dbf file in python and convert it to dataframe

    Feb 14, 2023 · 1 I am trying to read a dbf file using simpledbf library and convert to to dataframe for further processing.

  9. Problems opening DBF files in python - Stack Overflow

    Jul 26, 2019 · I am trying to open en transform several DBF files to a dataframe. Most of them worked fine, but for one of the files I receive the error: "UnicodeDecodeError: 'utf-8' codec …

  10. Import DBF files into Sql Server - Stack Overflow

    Jan 31, 2017 · I need a little help figuring this out because I'm new to stored procedures. I am trying to import a .DBF table into Sql Server 2008 using this store procedure. CREATE …