1. External Databases

I give NO PROMISES when or if this will ever get completed BUT!!!

    This is a step toward external databases.  I am writing some routines to
make handling of fixed record length database easy/easier.  IE: Structured
databases.

Yes, EDS does handle creation of its own format of Structured databases.
Yes, you can enforce fixed lengths on you record data using EDS.  Not
easily.
No,  EDS can not read any external databases.  Even if you know the
structure
  of the external database.
Yes, Euphoria can read external database.  However, You have to painfully
build
  the code to read these databases.

My question:  What is needed more?  What should I code first?
  A database reader or a database writer?

        Lucius L. Hilley III
        lhilley at cdc.net
+----------+--------------+--------------+
| Hollow   | ICQ: 9638898 | AIM: LLHIII  |
|  Horse   +--------------+--------------+
| Software | http://www.cdc.net/~lhilley |
+----------+-----------------------------+

new topic     » topic index » view message » categorize

2. 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:

LLHI> I give NO PROMISES when or if this will ever get completed BUT!!!

<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
LLHI>         lhilley at cdc.net
LLHI> +----------+--------------+--------------+
LLHI> | Hollow   | ICQ: 9638898 | AIM: LLHIII  |
LLHI> |  Horse   +--------------+--------------+
LLHI> | Software | http://www.cdc.net/~lhilley |
LLHI> +----------+-----------------------------+



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

new topic     » goto parent     » topic index » view message » categorize

3. Re: External Databases

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>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu