Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataview
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Dataview
Divers
Thread ID:
00666123
Message ID:
00666123
Vues:
52
hello all, i am getting an error when trying to create a dataview and I can't figure this out. The error is :
Value of type System.Data.DataView cannot be converted to a 1 - dimensional array of System.Data.DataView

Here is the code. Thanks for the help

Dim dtTable As DataTable
dtTable = pobjDS.Tables("TestResults")
Dim dvTest As DataView()
dvTest = New DataView(dtTable)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform