|
-
Dec 1st, 2004, 10:17 AM
#1
Thread Starter
Lively Member
errors with System.Data.Datarow
Hi, this is my code:
Dim datarow1 as DataRow
datarow1 = DataSchema1.Clientes.NewRow()
datarow1 = DataSchema1.Clientes.Select("IdCliente=IdClienLabel.Text)
NombreCliente.Text = datarow1("Nombre").ToString
And the DataSchem....select... line gets underlined in blue and it says that "a value of type '1-matrix dimensional of System.Data.DataRow' can't be converted to '2' "
Any clue? Thanks heaps!!
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
|