RE: Newbie request

2004-12-17 Thread Hardy Merrill
My comments are below designated by [hm]... Hardy Merrill Reidy, Ron [EMAIL PROTECTED] 12/16/04 05:43PM See below ... - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Follett, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 3:30

RE: Newbie request

2004-12-17 Thread Reidy, Ron
More comments below, designated ny [rr1] ... -- Ron Reidy Lead DBA Array BioPharma, Inc. snip #Connect to Oracle db my $OraDBH = DBI-connect(DBI:Oracle:ourdb,$user,$pwd , {RaiseError = 1}); [ron reidy] You need to set 'AutoCommit = 0' (a good practice, even if not needed here). [hm] I'm

RE: Newbie request

2004-12-16 Thread Reidy, Ron
See below ... - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Follett, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 3:30 PM To: [EMAIL PROTECTED] Subject: Newbie request I am a total perl newbie and was wondering if someone