eba95df152
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me -- The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma separated values). Such files are mostly used for exporting MS Access and MS Excel data.
7 lines
329 B
Plaintext
7 lines
329 B
Plaintext
The DBD::CSV module is yet another driver for the DBI (Database
|
|
independent interface for Perl). This one is based on the SQL
|
|
"engine" SQL::Statement and the abstract DBI driver DBD::File and
|
|
implements access to so-called CSV files (Comma separated values).
|
|
Such files are mostly used for exporting MS Access and MS Excel
|
|
data.
|