In VB6, to get data to manipulate, all i had to do was to create the recordset, and use the recordset variable to reference to specific fields to obtain the values...
like rs!Field1...
i am quite confused in .NET, how do I do it here?
from sometutorials ive read, im still confused, u mean we can populate datasets table collections with our own data without linking to an actual database?
if i do anyway, how do i achieve the aforementioned issue?
like rs!Field1...
i am quite confused in .NET, how do I do it here?
from sometutorials ive read, im still confused, u mean we can populate datasets table collections with our own data without linking to an actual database?
if i do anyway, how do i achieve the aforementioned issue?