Hello everybody...
I am working on a web site using PHP and MSSQL SERVER...
I have just noticed that sometimes (not quite often..) PHP returns me an error although
the query is perfectly right....
I have then noticed that sometimes SQL SERVER returns the results by block... which makes
PHP believes that there is no more result after the first block... which then makes PHP returns me an error.....
The query perfectly works 99% of the time, and perfecly work using SQL SERVER QUERY ANALYSER...
Does anyone of you ever heard of this problem?of a problem of blocks???
Thank you