|
-
Aug 11th, 2003, 09:09 AM
#1
Thread Starter
Hyperactive Member
Retrieving a value from a Dataset
Given a Dataset [ds] which contains 1 row [User in question] and 3 columns [Username, Password, Level].
I need to store the value of Level [from ds] into a created variable [savedLevel], currently I am trying via this method:
savedLevel = ds.Tables[Users].Columns[Level]. ?
Is this the right approach? If so how do I complete the line of code?
If not can someone help point me in the right direction.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|