MSSQL

Associate
Joined
19 Jul 2004
Posts
513
Hi Guys any idea how many rows of data can you return in a single query using php 5.2 with mssql 2005 on iis 6?

Everytime i approach 1000 i get errors!

Cheers

Gaz
 
More than 1000, that's for sure (you can return far more than that with Access, which is nowhere near as robust as MSSQL).

What error message are you getting?
 
Back
Top Bottom