Tagged Questions
The dbf tag has no wiki summary.
7
votes
4answers
4k views
What's the easiest way to read a FoxPro DBF file from Python?
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.
...
5
votes
4answers
17k views
4
votes
5answers
186 views
What am I compromising by running my application as 32 bit in a 64 bit OS Machine
We recently moved from Windows XP to Windows 7. We found that one part of application in C# that try to create a dbf file for a PDA failed thorwing an error message
"The 'Microsoft.ACE.OLEDB.12.0' ...
4
votes
3answers
2k views
How to create a DBF file from scratch in C#?
I am trying to write a DBF file from scratch in my program. I want to create it, add some columns, and then add data to the columns X amount of times. My program will not need to read it in again, but ...
3
votes
1answer
43 views
convert csv file to dbf
i' ve got al lot of csv file and would like to convert them to a dbf file.
I found the code from Ethan Furman (see below)
It works really good - thanks a lot - but my csv files have as the delimiter a ...
3
votes
4answers
72 views
How to rename files and change the file type as well?
I have a list with .dbf files which I want to change to .csv files. By hand I open them in excel and re-save them as .csv, but this takes too much time.
Now I made a script which changes the file ...
3
votes
1answer
356 views
How to read from a DBF file on a 64bit OS using Delphi?
Using Delphi, now that the Microsoft Jet Driver is no longer supported on 64bit operating systems, what would be the best way to read from a DBF/DBase file?
3
votes
2answers
318 views
How to store unicode data in a format that doesn't support utf-8
Okay, here's yet another character encoding question, demonstrating my ignorance of all things Unicode.
I am reading data out of Microsoft Excel .xls files, and storing it in ESRI shapefiles .shp. ...
3
votes
2answers
1k views
Deleted some Oracle DBF files by mistake - how can I tell Oracle XE to forget about them?
So I accidently deleted some DBF files (only ones specfic to my tablespaces), fortunately I was only just about to start loading data in so have lost nothing, except now can't re-create the ...
3
votes
2answers
1k views
Working with the Visual Fox Pro OleDb
I am trying to pull data from DBF files into my program using C#. I am using the Visual FoxPro OLE DB Provider. It works fine on my local machine but I want to package up my program into dll that ...
3
votes
5answers
2k views
How to use GetOleDbSchemaTable method on a long name dbf file
As part of a project I'm working on in C# I need to read in a .dbf file. The first thing I want to do is to get the schema table from the file. I have code that works as long as the filename (without ...
3
votes
3answers
10k views
How to read/write dBase III files using C#/.NET ODBC or OLE?
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 ...
2
votes
1answer
53 views
Connect/read FoxPro/.dbf file, from TSQL
This seems like it should be easy enough, but I'm having trouble in what feels like the final stretch..
I want to connect to a Fox Pro .dbf file
1.) I've applied the following changes on my local ...
2
votes
1answer
91 views
DBF Files with dashes not working
Trying to do some work reading and writing DBF files and I found this sample: http://www.aspcode.net/reading-dbf-files-in-c
System.Data.Odbc.OdbcConnection oConn = new ...
2
votes
4answers
771 views
Convert .csv file into .dbf using Python?
How can I convert a .csv file into .dbf file using a pyton 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 ...
2
votes
1answer
187 views
hxtt DBF driver locks its files
My web app receives archive, unpacks it to temp folder, reads data from extracted DBFs and then should kill garbage. Though it fails to kill temp folder since DBF files in it are locked. Here is a ...
2
votes
5answers
1k views
How to read and write dbf in a native way?
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 wich ...
2
votes
2answers
1k views
Querying DBF file with System.Data.Odbc.OdbcConnection when file path/name has space
I'm trying to query a DBF file using System.Data.Odbc.OdbcConnection. It works correctly when the file doesn't have a space in it, but I get the following error "Error opening DBF File: ERROR ...
2
votes
4answers
1k views
How to go from DBF files to SQL Server 2008?
I have an application that uses DBF files and I need to import them to SQL Server 2008. However, I also need to modify some of the data along the way and some columns will be added to tables while ...
2
votes
5answers
2k views
Sorting a table physically in Delphi
Delphi does not seem to like multi-field indexes.
How do I physically sort a a table so that I wind up with a table that has the rows in the desired order?
Example:
mytable.dbf
Field Field-Name ...
2
votes
3answers
1k views
Reading DBF with VFPOLEDB driver problem
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 row ...
2
votes
2answers
995 views
Oracle sql result to DBF file export
I would like to export data from a Oracle table into *.dbf file (like excel) through PL/SQL scripts. Are there any codes available?
2
votes
2answers
4k views
How to open DBase files (.DBF) in Matlab?
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 ...
2
votes
2answers
398 views
Create Visual Fox Pro DBF with activex
any one knows if there is a activex dll that can create VFP DBF files?
I mean im writing app with 1C:Enterprise 8.2 language, and i need to export some datas into VFP DBF. And i can only use activex ...
2
votes
6answers
3k views
There is any free DBF file converter?
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
2
votes
4answers
750 views
Is there any free tool to convert a file with more than 65000 registers from DBF format to CSV?
I need to convert a very large file from DBF format to CSV format. I have tried Microsoft Excel to do the job, but the problem is that I cannot see more than 65500 registers when I open and export the ...
2
votes
2answers
9k views
Import DBF files into Sql Server
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 PROCEDURE spImportDB
-- Add the ...
2
votes
2answers
2k views
Delphi ADO connection to DBF files hangs when debugging
I'm connecting to DBF files using Delphi 2009 ADO components and this connection string:
Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mypath;
If c:\mypath doesn't exist, and I run ...
2
votes
2answers
3k views
How can I save a DataTable to a .DBF?
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 ...
2
votes
2answers
3k views
How to attach DBF file in Access programmatically?
Access can open DBF (dBase) files, but instead of physically converting the data into MDB format, it has the ability to link to the DBF table itself. This way the DBF is "linked" to the MDB.
Is it ...
1
vote
4answers
60 views
dbf CREATE TABLE throws java.sql.SQLException: Syntax error: Stopped parse at
I have a dbf file, and I can see in the view that types of intersting fields are L ( I suppose it is logical type ) and M (I suppose it's a Memo type)
I try to recreate dbf template using dbf_jdbc, ...
1
vote
1answer
50 views
Fix the difference between Float and Numeric field types
I have two dbf tables and must compare them by column (field) types. For example:
Table1: Id (Numeric) | Name (Character) | Salary (Numeric)
Table2: Id (Numeric) | Name (Character) | Salary (Float)
...
1
vote
2answers
193 views
What is the best opensource dbf driver for java?
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).
Any ...
1
vote
2answers
56 views
foxbase to postrgresql data transfer. (dbf files reader)
I rewrite a program based on the old foxbase database consisting of files .dbf. I need a tool that would read these files, and helped in the transfer of data to PostgreSQL. You know maybe some of this ...
1
vote
0answers
112 views
OleDB: DBF type mapping
I'm trying to read a dbf file. Before I read data in it, I analyze its schema table in order not to read a wrong file. When I analyze it, I check its column names and their types. My problem is that ...
1
vote
1answer
62 views
python 2.5 error on unzip large dbf file
So, I have a directory of rather large, zipped, shapefiles. I currently have code in python 2.5 that will unzip most of the files (i.e. all of the shapefile component parts .shp, .prj, .dbf...) but I ...
1
vote
1answer
103 views
Reading values with dataset messes up specific language characters dependending on client OS
I have made a windows application using C# that creates a dataset with data from a Dbase database file using a OleDBConnection.
My problem is that this runs just fine on my own computer (swedish) but ...
1
vote
1answer
212 views
vb.net + Convert a SQL database to a DBF database without provider, using text file
I work with vb.net
I have a sqlServer database and i need to migrate to a DBF database.
I know that a dbf file sctructure is a hexadecimal text file.
I want to generate this file without a ...
1
vote
1answer
164 views
How to sync Visual Foxpro dbfs with MySql?
I'm trying to sync a legacy application (wich stores data in VisualFoxpro dbfs) to MySql or SqlServer 2005. This will allow us to see certain information online. I need this sync at least twice a ...
1
vote
3answers
297 views
C# DBF File default ordering
I need to write records to a DBF file in C# (which is working fine) but the requirement is that when the user opens the resulting dbf file, the records are sorted according the values in one of the ...
1
vote
1answer
430 views
C# OLEDB Create primary key on DBF table
I am using the OLEDB driver (Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties=dBase IV) to work with a DBF table. I am running into an issue when I attempt to create a primary key ...
1
vote
1answer
256 views
Fastest method to handle dbf from C#
I use OLEDB to insert data to a DB4 .dbf file. Inserting 5,500 rows takes approximately 2.5 min. So I need a faster way to implement it as my data will have upto 80,000 rows and time taken will be too ...
1
vote
3answers
575 views
Python dbfpy and FoxPro
Alright, I'm using an ancient database format here, dbf files. Don't ask why, just know a certain software decided to extend foxpro support because microsoft decided to extend foxpro support. Now, I'm ...
1
vote
3answers
780 views
Efficient way to bulk insert into Dbase (.dbf) files
Im currently using OleDBCommand.ExecuteNonQuery (repeatedly called) to insert as much as 350,000 rows into dbase files (*.dbf) at a time from a source DataTable. I'm reusing an OleDbCommand object and ...
1
vote
1answer
209 views
How to find the primary key in dbf file?
I 've a Problem finding primary key in dbf file.
I am using dbfviewer to view contents of the file but I am unable to findout the primary key
many of the records are unreadable or may be encrypted.
...
1
vote
1answer
506 views
Replacement for Jet.OLEDB.4.0 driver for a dbf file in a 64 bit Machine
I recently moved to a 64 bit OS machine. In my application written in C# .net, a code in a dll is trying to open a dbf file using Microsoft.Jet.OLEDB.4.0 driver. I found that OLEDB is not supported ...
1
vote
1answer
170 views
how to get IIS to work with dbf files?
problem is the following:
raised the IIS server on Windows XP, but when accessing the dbf files crashes exception.
driver to work with files vfpoledb set. out of the visual studio everything works ...
1
vote
1answer
383 views
How to use transaction on a .DBF file using Odbc?
Hi
I have a problem here using .dbf files. I can make CRUD operations but i get an exception when i try to use transactions.
I am doing like this:
public void AddRolesToUser(string user, string[] ...
1
vote
2answers
2k views
How to create a .dbf file using c#?
I am trying this to make a select and it works just fine
string str =
"SELECT * FROM FREE RIGHT JOIN TestTest ON FREE.DOCNO = TestTest.DOCNO";
DataTable dt = new DataTable();
OdbcDataAdapter da ...
1
vote
3answers
557 views
Numeric field width in DBF file inconsistent when created with oleDB (.NET)
OleDB always add one more digit to DBF numeric fields when we create them. A command like this:
CREATE TABLE [file1.DBF] ( [MY_FIELD] NUMERIC(1,0) NULL)
will create a field that can contains 2 digits ...