Re: External Databases
- Posted by "Lucius L. Hilley III" <lhilley at CDC.NET> May 08, 2000
- 534 views
I can easily write data with a different language for testing the reader. The writer doesn't HAVE to come first. That said !!! Which is needed more? Reader or Writer? <BLOAT to SNIP during replies> I'm still expanding towards both but haven't reach the point of coding either. My structure parsing code is still my major project, Almost complete though. WARNING: The source is extremely wordy. I am writing this library by making use of my macro pre-parser. This enables me to abbreviate with "db;" and expand all instances into "database". other examples: "gp<" expands to "global procedure" ">ep" expands to "end procedure" "len(" expands to "length(" "sd;" expands to "selected_db;" and "selected_db;" then expands to "selected_database" </BLOAT> Lucius L. Hilley III lhilley at cdc.net +--------------+--------------+ | ICQ: 9638898 | AIM: LLHIII | +--------------+--------------+ | http://www.cdc.net/~lhilley | +-----------------------------+ ----- Original Message ----- From: "Caballero Rojo" <pampeano at rocketmail.com> To: "Euphoria Programming for MS-DOS" <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Monday, May 08, 2000 9:25 PM Subject: Re: External Databases > I think that writer first so you can view it then =) > > -- > Best regards, ICQ Number: 3198249 > Caballero Rojo mailto:pampeano at rocketmail.com > > Monday, May 08, 2000, 9:01:16 PM, you wrote: > > <SNIP> > > LLHI> My question: What is needed more? What should I code first? > LLHI> A database reader or a database writer? > > LLHI> Lucius L. Hilley III > > <SNIP> >