RE: Only return the FIRST field from DBD/ODBC/Sql Server stored proce dure

2001-06-03 Thread Neil Lunn
> -Original Message- > From: Sterin, Ilya [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 1:02 PM > To: Neil Lunn; 'Guangzu Wang (Houston)'; [EMAIL PROTECTED] > Subject: RE: Only return the FIRST field from DBD/ODBC/Sql > Server stored > proce dure > > > > @list = $sth->fetchr

RE: Only return the FIRST field from DBD/ODBC/Sql Server stored proce dure

2001-06-03 Thread Sterin, Ilya
> -Original Message- > From: Neil Lunn [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 03, 2001 8:44 PM > To: 'Guangzu Wang (Houston)'; [EMAIL PROTECTED] > Subject: RE: Only return the FIRST field from DBD/ODBC/Sql Server stored > proce dure > > > > -Original Message- > > From: G

RE: Only return the FIRST field from DBD/ODBC/Sql Server stored p roce dure

2001-06-03 Thread Guangzu Wang (Houston)
Thanks, Neil. >-Original Message- >> I use DBD::ODBC with Easysoft ODBC bridge to connect SQL >> server 6.5 from >> Linux. I have a stored procedure that is supposed to return >> several fields. >> It only returns the first field of my result set. I searched >> >Not sure what you mean

RE: Only return the FIRST field from DBD/ODBC/Sql Server stored proce dure

2001-06-03 Thread Neil Lunn
> -Original Message- > From: Guangzu Wang (Houston) [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 3:57 AM > To: [EMAIL PROTECTED] > Subject: Only return the FIRST field from DBD/ODBC/Sql Server stored > proce dure > > > I use DBD::ODBC with Easysoft ODBC bridge to connect SQL

Only return the FIRST field from DBD/ODBC/Sql Server stored procedure

2001-06-03 Thread Guangzu Wang (Houston)
I use DBD::ODBC with Easysoft ODBC bridge to connect SQL server 6.5 from Linux. I have a stored procedure that is supposed to return several fields. It only returns the first field of my result set. I searched the archive of this mailing list and haven't found some encouraging news. The book of