Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataReader Issue
Message
De
13/03/2003 19:21:10
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00765602
Message ID:
00765638
Vues:
23
The DataReader gives you read-only, forward-only access to the data. Every call to the Read() method fetches the next record and returns True, if there are more records, and False if there isn't. Before first call to the Read() method, you see the data in the first (and, in your case, the only) record. After Read(), you lose these data and have no way to get them again or see them into debugger.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform