DBI - Mailing list pgsql-admin

From Ene Cosmin
Subject DBI
Date
Msg-id 200103010917.LAA08209@zerg.codec.ro
Whole thread Raw
Responses Re: DBI
List pgsql-admin


 Hi. I need to know if I configure my psql with perl library I also need
the DBI::Pg class for quering my database in psql?. The following example
will work?

------
use DBI;

$dbh = new DBI( 'dbi:Pg:database;host', 'user', 'secret' );
if( ! $dbh->dbh ){
  echo "Could not connect to the database.<br>\n";
  exit( );
}

$sth = $dbh->prepare( 'SELECT COUNT(*) FROM some_table' );

and sow on...

------

What else do I need to install for quering a database in this way?

I did not installed yet Psql to know if will works.
Sorry, but my english it's not so god.
Cosmin.

______________________________________________________________________
Do you want a free e-mail for life ? Get it at http://www.email.ro/





______________________________________________________________________
Do you want a free e-mail for life ? Get it at http://www.email.ro/


pgsql-admin by date:

Previous
From: Richard Bayet
Date:
Subject: Re: Changing the type of a column ?
Next
From: "Enrico Mangano"
Date:
Subject: something more about my question about performance