I am using MSSQL. I need to speed up a page. I have 3 count queries and one data query that gets loop through by the # of items * # of weeks that I need to return. Basically 460 as a general idea. I thought about using the prepare statement, something I have notice in pear. But its not support in mssql. So I decide to try the odbc but am having trouble. Not sure how to pass different variables through the odbc execute. Is there a better way? If not has anyone use this type of arrangement before?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php