in reply to Re^4: DBI::DBM - How to use this for SQL connection
in thread DBI::DBM - How to use this for SQL connection
Usualy files with '.sql' extension are plain text files containing SQL commands. Regarding DBD::DBM, there is no server involved in the process, just "DBM files stored in binary format".
So if you have files named usr.* you ca try using 'usr' as the table name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: DBI::DBM - How to use this for SQL connection
by Anonymous Monk on Apr 06, 2011 at 13:28 UTC |