> From: Paul Maine Jr. [mailto:[EMAIL PROTECTED]] > > I am writing a Perl/DBI application. I need to initially > issue a select > statement and then determine if any records are returned. > Could someone > provide me with an example of how to determine if no records > are returned > from a select statement. Count how many records you fetch. If its zero, then there weren't any :) -Douglas Wilson
- Perl DBI Question Paul Maine Jr.
- Re: Perl DBI Question dave keefer
- Re: Perl DBI Question eingb
- RE: Perl DBI Question Wilson, Doug
- RE: Perl DBI Question Sterin, Ilya
