RE: server messages

2003-03-07 Thread Jeff Urlwin
> -Original Message- > From: Jeff Urlwin [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 8:41 AM > To: 'Markham, Richard'; [EMAIL PROTECTED] > Subject: RE: server messages > > > > > > How do I trap the db server messages that result fro

RE: server messages

2003-03-07 Thread Markham, Richard
al Message- From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:41 AM To: 'Markham, Richard'; [EMAIL PROTECTED] Subject: RE: server messages > > How do I trap the db server messages that result from the sql > I pass to the database? > What dat

RE: server messages

2003-03-07 Thread Jeff Urlwin
> > How do I trap the db server messages that result from the sql > I pass to the database? > What database are you using? Which perl module are you using? For example, Oracle and DBD::Oracle had/has a way to get dbms_output data. perldoc DBD::Oracle, looking for dbms_output should be

Re: server messages

2003-03-06 Thread Michael Peppler
On Thu, 2003-03-06 at 12:30, Markham, Richard wrote: > How do I trap the db server messages that result from the sql I pass to the > database? Depends. With DBD::Sybase you can use the syb_err_handler attribute (check the man page). Michael -- Michael Peppler Data M