Re: Importing DBF Files
Re: Importing DBF Files
- Subject: Re: Importing DBF Files
- From: Drarok Ithaqua <email@hidden>
- Date: Mon, 3 Jul 2006 23:27:41 +0100
I could just create the relevant C structs and read them using
standard C functions, I guess?
My C is a little rusty, but if that's the easiest way to go, no problem.
I'm sure your code would be a nice helper, if you wouldn't mind?
I can include a credit in the About Dialog, but I doubt it'll be run
on any machines other than mine :)
On 3 Jul 2006, at 11:24 pm, Scott Ribe wrote:
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