RE: error string being lost in DBD::ODBC

2005-08-31 Thread Jeff Urlwin
Did you try perldoc DBD::ODBC and look for more_results? $sth-{odbc_more_results}... Jeff -Original Message- From: Mitchell, Louise M [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 11:03 AM To: Jeff Urlwin; dbi-users@perl.org Subject: RE: error string being lost in DBD

RE: error string being lost in DBD::ODBC

2005-08-30 Thread Mitchell, Louise M
for any help, Louise Mitchell -Original Message- From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Sent: Saturday, August 27, 2005 8:54 AM To: Mitchell, Louise M; dbi-users@perl.org Subject: RE: error string being lost in DBD::ODBC Try checking your second $sth for more_results. It may

RE: error string being lost in DBD::ODBC

2005-08-27 Thread Jeff Urlwin
Try checking your second $sth for more_results. It may be affecting the outcome. Regards, Jeff -Original Message- From: Mitchell, Louise M [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 4:31 PM To: dbi-users@perl.org Subject: RE: error string being lost in DBD::ODBC

RE: error string being lost in DBD::ODBC

2005-08-26 Thread Mitchell, Louise M
Hi All, I'm following up on this problem since it's now my problem. Does anyone have any ideas? I'm butting my head against a wall on this one. Thanks, Louise Mitchell ** The most recent code below: #!d:\apps\perl\bin\perl.exe use DBI; use DBD::ODBC;