On Sunday, May 19, 2002, at 10:58  PM, [EMAIL PROTECTED] wrote:

> Hello, All:
>
> I'm using DBI.pm to interact with flat-file database and want to add a new
> column to the database. Is there an SQL statement for such a task or do I
> need to transfer the contents of the file to another file and insert the
> column during the transfer?
>
> --
> Eric P.
> Los Gatos, CA
>

most dbs let you add a column, but there is no standard - it depends on 
your database.
check documentation for your db on 'ALTER' or 'ADD' command.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to