1
vote
1answer
32 views
Visual FoxPro and VS2008 do not show all DBF records. A seperate build does.
Hi,
I am working on a project in Visual Studio 2008 (in vb.net). The app needs to import data from a Visual FoxPro database (dbc file). Do not ask why FoxPro. It needs to be vfp a …
2
votes
2answers
21 views
Create Visual Fox Pro DBF with activex
Hi,
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 …
1
vote
2answers
117 views
Import MS Visual Foxpro .dbf tables into MS Access 2007
Does anyone know how to import .dbf file into MS ACcess 2007?
0
votes
3answers
44 views
Converting txt to dbf and back, command line (unix) tool?
Hi all,
I have to take a bunch of columnar text files and integrate them into a single big dbf file, possibly with an intermediate step in a sqlite database.
DBF is the basic fil …
0
votes
2answers
242 views
Accessing & Manipulating DBF from Classic ASP 3.0
Hi there,
Usually i use SQL Server as database for my project, but one of my project deals with ESRI shapefile that use .dbf format as database (i think it was DBASE III or IV for …
0
votes
3answers
99 views
Looking for an SQL scripting language to manipulate DBF files.
I have a large collection of DBF files (about 1100 of them) that I need to analyze for a client. Each file contains a single table. I need to perform a query on each table, copy th …
0
votes
1answer
73 views
Import data from dbf file to SQL SErver 2005
Hello Experts,
I received a dbf file from one of our vendors. I need to export that data into one of the tables in SQL Server 2005.
When I try to import data by going to Tasks->I …
0
votes
2answers
58 views
Pulling in Dynamic DBF Columns
Hello,
I have been asked to pull in columns for use in a web app.I am using asp.net and C#. I was using a dataReader to populate the class variables. The problem is that the dbf f …
1
vote
4answers
201 views
Is there any free tool to convert a file with more than 65000 registers from DBF format to CSV?
Dear all,
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 regis …
0
votes
1answer
90 views
How can I specify the character encoding to be used by OLEDB when querying a DBF?
Is it possible to specify which character encoding should be used by OLEDB when querying a DBF file?
A possible work-around would be to encode the query string before the OLEDB c …
0
votes
4answers
176 views
.Net System.OutOfMemoryException filling a datatable
I need to extract data from a .dbf file and transform it into xml. I wrote a routine that does it just fine. However now we are encountering very large .dbf files - like 2GB +. …
0
votes
3answers
107 views
C#+BDE+DBF problem
I have huge problem:
I have lots of .dbf files(~50000) and I need to import them into Oracle database.
I open conncection like this:
OleDbConnection oConn = new OleDbConnect …
0
votes
3answers
243 views
What’s the easiest way to read .dbf file from gfortran
Hi!
I'm using gfortran, I need to write a function that reads records from a .dbf file associated with an ESRI Shapefile. The file I should be able to read is available from inter …
1
vote
2answers
133 views
.NET DBF Database connectivity issue
Hey all, really bashing my head against a keyboard here, any information or pointing in the right direction would be fantastic.
I have a set of .DBF files with .MDX indexes. They' …
0
votes
1answer
240 views
Connect to ESRI Shape File (DBase *.dbf file) from NHibernate
Hi,
I've been trying to work out how to connect to an ESRI shape file (which I think is a DBase table file) through NHibernate but haven't had any luck with anything I've tried.
…
