Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlDataAdapter - Updatable Views
Message
De
25/10/2003 01:08:50
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
SqlDataAdapter - Updatable Views
Divers
Thread ID:
00842560
Message ID:
00842560
Vues:
40
Hi !

I Create a simple data form using SqlDataAdapter to connect to the users table.

It works if I connect to the users table itself - Great BUT...

If I do the same to connect to a view of the table I get the following error message when configuring the dataAdapter:

Generated UPDATE statement.
Could not determine which columns uniquely identify the rows for "v_AB6_IPs"

Generated DELETE statement.
Could not determine which columns uniquely identify the rows for "v_AB6_IPs"

Very simple View select which DOES include the primary key !

The primary key is the UserID, it is unique and does NOT allow Null values.

Are views not audatable this way ?

Thanks,

Pierre
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform