PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Darmowy Katalog Stron - Statusy do Gadu Gadu - bielizna - praca za granicą - tanie latanie - Darmowe domeny


mssql_fetch_batch

mssql_fetch_batch

(PHP 4 >= 4.0.4, PHP 5)

mssql_fetch_batch -- Returns the next batch of records

Opis

int mssql_fetch_batch ( resource result )

Returns the next batch of records

Parametry

result

The result resource that is being evaluated. This result comes from a call to mssql_query().

Zwracane wartości

Returns the batch number as an integer.

Przykłady

Przykład 1. mssql_fetch_batch() Example

<?php

$resDb
= mssql_connect('localhost', 'user', 'name');
$result = mssql_query('SELECT * FROM MYTABLE', $resDb, 10000);

$intNumRows = mssql_num_rows($result);

while (
$intNumRows > 0) {
    while (
$arrRow = mssql_fetch_assoc($result)) {
        
// Do stuff ...
    
}
    
$intNumRows = mssql_fetch_batch($result);
?>

Limo and Car services limo service chicago Airport 773-649-9630 - pozycjonowanie Pozycjonowanie pozycjonowanie - Oprogramowenie tworzace sklepy internetowe nowszej generacji. - darmowe forum - Limo and Car services limousines chicago il 773-649-9630 - galeria zdjęć - unecp - opisy - pozycjonowanie stron bielsko-biała - Najlepsze pionowe opisy do Twojego komunikatora - galeria - ourage - odzyskiwanie danych Białystok - statusy do gg - logopedia

G:2,M:0,Y:15