in reply to
Re: Re: writing to a database
in thread
writing to a database
DBI
will let you run any valid SQL statement (INSERT, UPDATE,SELECT, DROP, TRUNCATE,
etc ...
). It is the best loader aside fomr naitive loading protocols (like
BCP
for Sybase).
from the
frivolous
to the
serious
Comment on
Re: Re: Re: writing to a database
Download
Code
In Section
Seekers of Perl Wisdom