Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: dbase files under rebol ???

From: tim:johnsons-web at: 15-Oct-2003 16:02

* Gregg Irwin <[greggirwin--mindspring--com]> [031015 15:18]:
> Hi Ronald, > > r> Is it possible to work with .dbf files under REBOL ?? > > Like Petr, I've only seen a couple REBOL script implementations that > do some basics. For real work, Command might be your best bet.
The dbf file format is a known (and fairly simple) layout. I once did a project with C using raw file I/O on dbf files. And example of .dbf layout is at http://www.geocities.com/geoff_wass/dBASE/GaryWhite/dBASE/FAQ/qformt.htm Given this information, one *should* be able to parse a .dbf file on a binary port with just rebol/core. Just don't do a skip in a port open in binary. RT hasn't fixed that one yet. tj
> -- Gregg > > -- > To unsubscribe from this list, just send an email to > [rebol-request--rebol--com] with unsubscribe as the subject.
-- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com