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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Adding new Table in existing database

Re: Adding new Table in existing database

From: Jeff Zucker <jeff_at_vpservices.com>
Date: Tue, 13 Nov 2001 08:25:30 -0800
Message-ID: <3BF1497A.12A17BDC@vpservices.com>


Nipa wrote:
>
> I am not sure how would I be able to create a table with such fields?
> In general I am not sure what does it exactly mean to have or to
> create a table in database terminology.
>
> PS: I am scripting in perl/cgi.

Go to http://dbi.perl.org/ and read about Perl DBI (database interface), which is the standard method of creating and accessing databases through Perl. There are numerous books and online tutorials listed there and the module itself comes with extensive documentation. If you have further questions about the Perl side, you should address them to comp.lang.perl.misc.

-- 
Jeff
Received on Tue Nov 13 2001 - 10:25:30 CST

Original text of this message

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