On Tuesday 05 March 2002 20:10, tom poe wrote:
> Hi:  I can connect to PostgreSQL, which is good.  Now, how do I clear this
> up? tompoe@aether:~/perlStuff > dbistart
> DBI::st=HASH(0x81e31bc)
> tompoe@aether:~/perlStuff >
- - -snip - - -

Here's a trace result, if that helps:
tompoe@aether:~/perlStuff > dbitrace.pl
Useless use of a constant in void context at ./dbitrace.pl line 23.
    DBI 1.20-nothread dispatch trace level set to 1
Preparing and executing statement
dbd_st_prepare: statement = >
SELECT * FROM friend
<
dbd_st_preparse: statement = >
SELECT * FROM friend
<
    <- prepare('
SELECT * FROM friend
' CODE)= DBI::st=HASH(0x81e3900) at dbitrace.pl line 32
dbd_st_execute
    <- execute(CODE)= 8 at dbitrace.pl line 35
dbd_st_finish
dbd_st_destroy
    <- DESTROY= undef at dbitrace.pl line 18
Preparing and executing statement
    -- DBI::END
    -> disconnect_all for DBD::Pg::dr (DBI::dr=HASH(0x816e724)~0x81e3858)
dbd_discon_all
    <- disconnect_all= '' at DBI.pm line 468
    -> DESTROY for DBD::Pg::db (DBI::db=HASH(0x81e3774)~INNER)
dbd_db_disconnect
dbd_db_destroy
    <- DESTROY= undef during global destruction
    -> DESTROY in DBD::_::common for DBD::Pg::dr 
(DBI::dr=HASH(0x81e3858)~INNER)    <- DESTROY= undef during global destruction
tompoe@aether:~/perlStuff > 

I used the example on page 99 of Programming the Perl DBI.  Have no idea what 
that stuff says. Any help appreciated.
thanks, Tom

Reply via email to