Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessible Windows Application
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00823023
Message ID:
00823120
Vues:
25
Hi- There's not a ton to say. The sql is fairly straigtforward, and when I run it in the query analyzer I'd get, for example, 19 rows.

When I create a DataTable with the same SQL, I'll get 19 Rows
( dt.Rows.Count == 19 )

When I create the reader and do like this:

counter = 0;
while ( dr.Read() ) {
//In here look at the reader's contents for this row
counter ++;
}

at the end of this, the counter == 14;

There's really not much to it.

Any ideas? Anything else i can provide?

db
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform