Fwd: Delivery Status Notification (Failure)

Fwd: Delivery Status Notification (Failure)

am 18.09.2006 11:12:25 von srilata.devineni

------=_Part_112131_13632483.1158570745993
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

---------- Forwarded message ----------
From: Mail Delivery Subsystem
Date: Sep 18, 2006 2:34 PM
Subject: Delivery Status Notification (Failure)
To: srilata.devineni@gmail.com

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

Jeffrey.Seger@fairchildsemi.com

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 5.1.1 <
Jeffrey.Seger@fairchildsemi.com>... User unknown

----- Original message -----

Received: by 10.66.216.6 with SMTP id o6mr7058139ugg;
Mon, 18 Sep 2006 02:04:51 -0700 (PDT)
Received: by 10.66.224.10 with HTTP; Mon, 18 Sep 2006 02:04:51 -0700 (PDT)
Message-ID: <7330a6b90609180204r5b937268jba2192ea3e968f9a@mail.gmail.com>
Date: Mon, 18 Sep 2006 14:34:51 +0530
From: "srilata devineni"
To: Jeffrey.Seger@fairchildsemi.com
Subject: Hi can u help me
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi using fallowing code i'm able to connect to SQL SERVER 2000

#!/usr/bin/perl
use strict;
use dbi;
my($dbh,$sth,$sql,$dsn,$user,$pass,$val);
$user="";
$pass="";
$dsn="perl";
$dbh=DBI->connect("dbi:ODBC:$dsn",$user,$pass);

----- Message truncated -----

------=_Part_112131_13632483.1158570745993--