Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Front end options & database design

Re: Front end options & database design

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Wed, 1 Feb 2006 23:28:24 -0500
Message-ID: <evqdnTr75772F3zeRVn-pg@comcast.com>

<anasttin_at_excite.com> wrote in message
news:1138846252.384739.179300_at_z14g2000cwz.googlegroups.com...
> Hi,
>
> I need to set up a generic table in Oracle that allows users to enter
> data that can later be retrieved in reports.
>
> I was thinking of a 3 column table in this structure:
>
> DATE,ITEM,VALUE
>
> figuring that you can store anything in this way because ITEM can be
> anything and you can have multiple instances of a particular value by
> having a new date.
>
> Does that seem reasonable?
>
> In any case, what are my user front end options? I was thinking a
> Microsoft Access database but its not ideal because not everyone here
> has Access?
>
> Can you do it with Excel? Or what other options are there as a simple
> user front end to enter the data?
>
> Thanks for any advice.
>
>
> Kim
>

a single generic table is not a good idea at all, and will not provide any benefit

are you familiar with relational database design? if not, that would be a good place to start

you could take a look at the HTML DB developer's guide to get some ideas on how to set up a simple application -- and then you could use HTML DB (which appears to have been renamed to ApEx in the last few hours) to build your initial application.

++ mcs Received on Wed Feb 01 2006 - 22:28:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US