Slow in reading large DBF data files in C#.

M

Man Nguyen

Hi,
I am using C# to read large FoxPro data file (DBF). Everything works
fine except it is too slow to load the file in buffer (I think).
Anybody know how to solve this
problem please instruct me how. I am new to C# so I don't
know alternative way of reading data faster from database.
Appreciate your help.
 
A

Arne Vajhøj

Man said:
I am using C# to read large FoxPro data file (DBF). Everything works
fine except it is too slow to load the file in buffer (I think).
Anybody know how to solve this
problem please instruct me how. I am new to C# so I don't
know alternative way of reading data faster from database.

How do you read from the DBF ?

Arne
 
B

black demo

Hi,
I am usingC#to read large FoxPro data file (DBF).  Everything works
fine except it is too slow to load the file in buffer (I think).
Anybody know how to solve this
problem please instruct me how.  I am new toC#so I don't
know alternative way of reading data faster from database.
Appreciate your help.

*** Sent via Developersdexhttp://www.developersdex.com***

Maybe you can read the DBF file directly, don't use the Data provider.
For this solution, you need know the DBF file format, I think you can
get the information from Google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top