Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Failed to enable constraints. One or more rows contain v
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01273622
Message ID:
01274471
Vues:
13
Hi Kevin,

I went ahead an override CreateDataset(), I didn't see any problems with data I had I was using Stored Procedure to get data from more than one table.

Protected Overrides Function CreateDataSet() As System.Data.DataSet
Dim ds As New DataSet
ds.EnforceConstraints = False
Return ds
End Function
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform