"Jeff Zucker" <[EMAIL PROTECTED]> wrote in message
news:3DB98694.8080701@;vpservices.com...
> Yes, there is a bug in SQL::Statement related to table names combined with
a column name (e.g. megaliths.id).
>
> I will be releasing a fix later today.
Thank you oh great and wise one! I appreciate the h
<[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 am trying to get comfortable with DBI, and due to stupid circumstances
beyond my control at the moment, have to try to make do without an actual
database server. This means using something like DBD::CSV. I am just trying
to go through the O'Reilly Perl DBI book, so don't need anything too complex