dbf Questions
5
Solved
How can you import a foxpro DBF file in SQL Server?
Rawdan asked 9/9, 2008 at 20:26
4
What data-provider can I use to update .dbf file from C#?
I tried a few different .dbf providers to create a DataSource but I get a message like this:
"Error Message: ERROR HYC00 Microsoft ODBC dB...
1
This code does not save any data in the dbf file. What is wrong here? Here is the code with the recommended changes. Thank you.
string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data So...
Igloo asked 10/3, 2012 at 0:54
2
Solved
I have the following code in asp.net:
using (OleDbCommand command = dbConnW.CreateCommand())
{
string CreateTableK = null;
CreateTableK += "Create Table DSKKAR00 (DSK_ID c(10),DSK_KIND N(1),MON_...
1
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 delimite...
2
4
Solved
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 ...
Enzyme asked 25/6, 2010 at 16:57
3
Solved
I have a big DBF file (~700MB). I'd like to select only a few lines from it using a python script. I've seen that dbfpy is a nice module that allows to open this type of database, but for now I hav...
Lieutenant asked 3/3, 2010 at 16:38
5
Solved
Is there any good library for reading / writing DBF files in java or any other language ?
3
Solved
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, ...
2
I have a DBF file and a index file.
I want to read index file and search records satisfy some condition.
(for example: search records which its StudentName begin with "A" by using Student.DBF and S...
5
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 (witho...
1
Solved
I am having a lot of trouble using .dbf files. I have an application written in C# that reads from .DBF files and then exports them to another database. I've tried using the Microsoft dBase driver ...
© 2022 - 2024 — McMap. All rights reserved.