problem getting dbi to run

ian_at_boughsplace.co.uk
Date: 11/21/03


To: dbi-users@perl.org
Date: Fri, 21 Nov 2003 10:35:22 +0000

Dear People

Further to my previous query, i have looked through the DBI docs and
understand that there is no command called new.al which is implemented by
DBI. The DBI and Perl 5.8.0 modules were installed when i installed mandrake
9.0.

When i go to run the application, the perl compliler is looking for a
command called new.al, saying unable to locate auto/DBI/new.al in the ISA
array.

DBI is properley installed in the correct location, but i am unsure why perl
is looking for a command that does not exist in DBI?

I am unsure where i am going wrong as all the modules where installed whilst
setting up mandrake.

Many thanks
Ian Rogers



Relevant Pages

  • last non-DBI attempt - reading MS Access .ldb (locked db file) with Perl
    ... .ldb file independent of using the DBI. ... buffer up using the split command as follows: ... Date/Time fields, i.e., NextField, NextField, NextField, AddressField, ...
    (perl.dbi.users)
  • Re: Datetime overflow with DBI ODBC setting 19th century dates with placeholders
    ... > The command line utility only allows you to use complete SQL DML ... > former works fine for 1899 with perl DBI anyway. ... > I've also tried the SQL Server profiler on the server side, ... In this way, you're defining what the data type is for the database, not ...
    (comp.lang.perl.misc)
  • Antwort: Re: Field terminated by
    ... I think the "load" command is not a valid SQL-command. ... So it can't be used via DBI. ... load data local infile "orders.txt" ...
    (perl.dbi.users)
  • Re: grep a csv?
    ... and i wanna avoid using command line to do this, because yes in fact this will be used to process more than one datafile which i hope to setup in optparse to have a command line arg that directs the prog to the file. ... also i wanted to for the meantime not have to throw it on any database...avoiding DBI for the meanwhile. ... I don't know if it's relevant to your dataset, but CSV fields are allowed to contain newlines if the field is quoted. ... this single CSV row will break your process: ...
    (comp.lang.ruby)
  • Re: grep a csv?
    ... I'd load it into a database (assuming your database ... that is) and then hook up to it with DBI. ... and i wanna avoid using command line to do this, ... I don't know if it's relevant to your dataset, but CSV ...
    (comp.lang.ruby)