Re: Importing DBF Files
Re: Importing DBF Files
- Subject: Re: Importing DBF Files
- From: Scott Ribe <email@hidden>
- Date: Mon, 03 Jul 2006 16:24:19 -0600
- Thread-topic: Importing DBF Files
> Has anyone had any experience of reading dBase .DBF files in a Cocoa
> application?
Yes. I didn't use any of Cocoa for the import; I used some pretty
straightforward C++/STL. As you already know, the file format is pretty
simple and there's not much need for fancy library functions to support
reading it. I don't mind giving it away; not much in the way of
documentation, but then what do you want? Point it at a dbf and read records
out of it ;-)
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden