http://qs321.pair.com?node_id=604861


in reply to Re^4: Perl DBI issue
in thread Perl DBI issue

The first answer was ok, but the second was not what I asked you. I want to now the DSN of your database connection:

use DBI; my $dsn = qq{dbi:SQLite:dbname=my.db}; my $dbh = DBI->connect($dsn, '', '');

If you are using something different, you is probably not using DBI the right way.

Igor 'izut' Sutton
your code, your rules.