<[EMAIL PROTECTED]> wrote in message news:1842904766.20021025094128@;comcast.net... > It appears from the error message that it cannot locate the CSV file > at all. Are you sure: > > $dbd = "DBI:CSV:f_dir=magalith_db"; > > Is correct? You've spelled 'megalith' as 'magalith'. Just have to > check. I assume you've got whatever dir on the same level as your > script and that you've got a file named megaliths.csv in that dir.
No, the above is a typo. It should read megalith not magalith. In truth, I had it as undef in the script I ran and had an environment variable (DBI_DSN) set to handle it. I used the same script successfully by just changing the SELECT statement so I am positive that the problem is in the modules being used somewhere. Scott
