Maybe bulkloading is easier; most DBs have a way to bulkload, for instance postgres:
ls -1v *.txt | psql -c " create table if not exists t(filename text); copy t from stdin; "
In reply to Re: READDIR and DBI
by erix
in thread READDIR and DBI
by justin423
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |