Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple way to scan thru DataSet
Message
 
To
13/10/2003 15:41:18
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00838181
Message ID:
00839355
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform