Top "Dbf" questions

ISAM database format originally created in dBase but used by many other systems like `Clipper` and `FoxPro` and still widely used for information interchange.

PHP Script to convert .DBF files to .MYSQL

Just wondering if anyone can point me in the direction of some tips / a script that will help me create …

php mysql sql phpmyadmin dbf
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 .…

sql-server stored-procedures import dbf
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 …

c# .net .net-2.0 dbf
How can I query a DBF file in java

I have a rather large DBF file, about 40 megs, that I need to be able to query. Right now I …

java jdbc dbf
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 …

matlab dbf dbase
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 …

delphi native dbf
Access Visual FoxPro database from Java

I've been trying to access a Visual Fox Pro database from Java for a week now. I'm getting desperate because …

java jdbc dbf visual-foxpro
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 …

c# odbc dbf
how to query DBF(dbase) files date type field in where and between clause

I have a DBF file and I'm trying read it from c# code. I can read files successfully without applying …

c# sql dbf dbase
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 …

c# .net odbc dbf