Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: Perl DBI issue

by Win (Novice)
on Mar 14, 2007 at 15:27 UTC ( [id://604839]=note: print w/replies, xml ) Need Help??


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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: Perl DBI issue
by izut (Chaplain) on Mar 14, 2007 at 17:05 UTC

    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://604839]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found