I noticed that database are very quick with the SQL Query string such as
Insert, Delete and Update.  But with Select, it become very slow.  I noticed
that I can do the INT() or DOUBLE() for one of the field when using Select
and it become very quick.  But I am unable to make it work for CHAR() or
varchar for MS-SQL.  Does anyone know?

Thanks...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to