dbf Questions

7

Solved

In Delphi for Win32, how to read and write a dbf file in a native way, without the BDE? I know there are some components available in the web, but I have never used any of them, so I don't know whi...
Glycol asked 25/9, 2010 at 23:19

3

Solved

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.
Poss asked 6/7, 2012 at 6:22

8

Solved

I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package. I have apparently been able to load the dbf file as a Table, but have no...
Purree asked 27/1, 2017 at 16:25

5

Solved

I have a folder with a bunch of dbf files I would like to convert to csv. I have tried using a code to just change the extension from .dbf to .csv, and these files open fine when I use Excel, but w...
Marijuana asked 24/9, 2015 at 23:18

3

Solved

I've been trying to access a Visual Fox Pro database from Java for a week now. I'm getting desperate because my project is in a very tied budget and timeframe. (As any other project, I guess, hahah...
Flamsteed asked 18/2, 2014 at 14:8

2

Solved

I am having this error code appear on in my project. the strange thing is, the piece of code I am using was working perfectly earlier today. However, since I installed an update for R I am now get...
Outlawry asked 25/4, 2020 at 15:36

5

Solved

I'm writing a python script to convert .DBC files (from Datasus) into .CSV. I've searched a lot some libs to help me but didn't get success with any of them. Do someone know an option/packag...
Knoll asked 13/2, 2019 at 1:26

8

Solved

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 may ...
Stalk asked 19/11, 2014 at 12:37

4

Just wondering if anyone can point me in the direction of some tips / a script that will help me create an mysql from an original dbf File, using PHP. thanks before.
Farquhar asked 11/1, 2013 at 1:27

3

Solved

I have dbf database encoded in cp1250 and I am reading this database using folowing code: import csv from dbfpy import dbf import os import sys filename = sys.argv[1] if filename.endswith('.dbf')...
Maturity asked 7/7, 2015 at 13:48

4

Solved

I'm using C# and .NET 3.5, trying to import some data from old dbf files using ODBC with Microsoft dBase Driver. The dbf's are in dBase III format and using ibm850 encoding for strings. Now, whe...
Thirzi asked 2/10, 2010 at 12:46

6

Solved

I've got a bunch of FoxPro (VFP9) DBF files on my Ubuntu system, is there a library to open these in Python? I only need to read them, and would preferably have access to the memo fields too. Upda...
Brunson asked 1/9, 2008 at 6:45

5

I have searched for various techniques on how to read/write dBase III (dbf) files using OLEDB or ODBC with C#/.NET. I have tried almost all of the tecniques posted, but without success. Can someone...
Nardi asked 16/9, 2008 at 18:56

3

Solved

I have fixed width data files (.dbf) that don't have line separators. Here is what two lines of that datafile looks like: 20141101 77h 3.210 0 3 20141102 76h 3.090 0 3 The widths of one line is...
Edric asked 5/2, 2016 at 10:45

4

Solved

I want to create a .DBF file from SQL table records. Such as if there is a table named CountryMaster in SQL and it has 5 columns: ID int identity(1,1) Name varchar(100) Details varchar(200) Sta...
Selfaddressed asked 15/9, 2015 at 5:19

3

Solved

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 Exchange, but it's not avai...
Kierkegaardian asked 21/1, 2010 at 21:10

4

Solved

I am using VFPOLEDB driver to read DBF files and I keep getting this error and I am not sure why and how to fix the problem: The provider could not determine the Decimal value. For example, the ...
Courteous asked 17/2, 2010 at 2:37

2

Solved

I need to connect to a .dbf file in visual Studio using C# and populate a data table. Any ideas? I can currently view the tables in Visual Fox Pro 9.0 Code I have tried and failed, keep getting ...
Jaunita asked 12/3, 2014 at 19:7

1

Solved

I got this err: DbfError: unable to modify fields individually except in with or Process() How to fix it? This is my code: with dbf.Table("aa.dbf") as table: for record in table: record[3] =...
Allover asked 7/3, 2014 at 7:5

5

Solved

How can I convert a .csv file into .dbf file using a python script? I found this piece of code online but I'm not certain how reliable it is. Are there any modules out there that have this function...
Richmal asked 14/12, 2010 at 15:31

3

Solved

I've been working on a program to read a dbf file, mess around with the data, and save it back to dbf. The problem that I am having is specifically to do with the writing portion. private const s...
Cosher asked 27/11, 2008 at 2:23

3

Solved

I'm developing a database program in Java with dbf. I need to know how to lock the database records from the Java side. Example: we have a database table cheques with 5 records in the table (reco...
Sermonize asked 2/7, 2013 at 14:11

3

Solved

In a project, I need to extract data from a Visual FoxPro database, which is stored in dbf files, y have a data directory with 539 files I need to take into account, each file represents a database...
Encratis asked 21/12, 2012 at 17:28

3

Solved

Can anybody please mention the best available opensource odbc:jdbc driver to read / write dbf.? I have a dbf file which I would like to query (select/update) via a web application (Tomcat app...
Stirpiculture asked 9/11, 2011 at 12:20

7

Solved

I have only found trial versions of these converters. Does anyone know a free one? Any of the following target formats will do: CSV, MDB, SQL, XLS
Heading asked 10/8, 2009 at 20:13

© 2022 - 2024 — McMap. All rights reserved.