in reply to Re: Re: Re: small cgi output problem
in thread small cgi output problem

whats the correct syntax in perl for that selection with regard to the $sth5 selection step
  • Comment on Re: Re: Re: Re: small cgi output problem

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: small cgi output problem
by arturo (Vicar) on Apr 09, 2001 at 21:42 UTC

    What chromatic is saying is that if you want to see the number of rows a query will return, a good way is to issue an explicit SELECT COUNT(*) FROM tablename WHERE field_value = whatever and get the return value BEFORE you issue the SELECT to get the value.

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor