Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlDataAdapter - Updatable Views
Message
From
25/10/2003 01:08:50
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
SqlDataAdapter - Updatable Views
Miscellaneous
Thread ID:
00842560
Message ID:
00842560
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform