|
mssql_fetch_batchReturns the next batch of records Description
int mssql_fetch_batch
( resource
$result
)Returns the next batch of records. Parameters
Return ValuesReturns the number of rows in the returned batch. Examples
Example #1 mssql_fetch_batch example
<?php |