"Karl J. Stubsjoen" <[EMAIL PROTECTED]> wrote:
> What is the purpose of the SPRINTF in this instance?
> SPRINTF("SELECT
>
equence,prodnum,childdesc,onhand,openorders,avlallocate,bakorder,webpricing
> FROM prodaval");

It appears as though the sprintf() function is being misused.  There's no
advantage to using it to wrap around an SQL statement.

--
Steve Werby
COO
24-7 Computer Services, LLC
Tel: 804.817.2470
http://www.247computing.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to