Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find method of DataRowCollection
Message
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Find method of DataRowCollection
Miscellaneous
Thread ID:
00698365
Message ID:
00698365
Views:
50
Hi,

Every time I try to use the find method of the datarowcollection, I get an error message: Value of type 'System.Data.DataRow' cannot be converted to '1-dimensional array of System.Data.DataRow'.

I'm not sure what this means, I've been following the code straight out of a Microsoft Press book and the code samples don't work. Is this something that is only available to strongly typed datasets? I am using untyped datasets in a remoting scenario.

Here's an example:

dim row as datarow
dim PrimaryKeyNumber as int32
PrimaryKeyNumber = 1

row = dsData.Tables("Foo").Rows.Find(PrimaryKeyNumber)

Has anyone else had this same problem? What am I missing?

Thanks,

Rodney
Next
Reply
Map
View

Click here to load this message in the networking platform