JupiterHost.Net <[EMAIL PROTECTED]> wrote:
> >You know I AM a DBA and will withdraw the post as you guys seem to not
> >be able to grasp the concept. 
> 
> Ok kids ne nice :)
> 
> The question is (assuming I understand it)
> 
> Is there a way to get or have DBI set so it can be gotten the PID of the 
> $dbh process ont he DB server (local or remote)

        Depends on the DBD driver on the backend. eg; with postgres you do
it like this:

        my $pid = $dbh->{pg_pid};

        Cheers,
                Tyler


Reply via email to