RE: A EUPHORIA Database

new topic     » topic index » view thread      » older message » newer message

> -----Original Message-----
> From: C. K. Lester [mailto:cklester at yahoo.com]

> If I wanted to create a database with the following fields, 
> how would I do
> it?

You could do it with standard SQL if you used EuSQL.
(www14.brinkster.com/matthewlewis/projects.html)

> DB Name: CARD
> Field 1: Name
> Field 2: Type
> Field 3: Commonality
> 

<SNIP>

> Could I then reference each field by its name, or would I 
> have to use some
> other non-intuitive reference system?

You could use field names.
 
> (I realize that each DB above will probably be a table within the same
> database. That's fine with me.)

EuSQL uses a couple of tables to store information about the tables, and
will handle the joining of tables for you.

> P.S. Yes, this is for a collectible card game card database...

One of the reasons I wrote EuSQL. :)

Matt Lewis

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu