Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i get DataRow index
Message
From
11/06/2011 01:20:38
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How can i get DataRow index
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01514108
Message ID:
01514108
Views:
98
Hi all,
I add more more DataRow, i want to get the DataRow index. For example, i have 5 records, i want to record 2 index (Filter funcid and userid)
I find AccessrightBindingSource.Find("funcid", "aaa") function , but this function only one parameter, if i want to check 2 parameter, not ok ...
Although i can use ds.dt.Select("userid='111' and sysid='aaa'") to record 2 but can' t get this index...
After i find ds.dt.Rows.IndexOf but how can i use , anyone one can give some idea , thank you ~~~

I try the below code error... Value of type '1-dimensional array of System.Data.DataRow' cannot be converted to 'System.Data.DataRow'
Dim a As Integer

        
        a = WilsonDataSet.accessright.Rows.IndexOf(WilsonDataSet.accessright.Select("userid='111'"))   'error in this
Next
Reply
Map
View

Click here to load this message in the networking platform