Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple way to scan thru DataSet
Message
 
À
13/10/2003 15:41:18
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00838181
Message ID:
00839355
Vues:
21
DataTable dt = loData.Tables("Temp");

myCursorClass cursor = new myCursorClass( dt ); //same as select myCursor
while ( myCursorClass.scan() ) { //same as scan
string xxx = myCursorClass.rowvalue( "columnname" ); //same as processing
} //same as endscan

Then you can hide all the messy code in your class.

If you want, I'll write the class for you too, but that is the FUN part!

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

Click here to load this message in the networking platform