Hi All

I have a view in my DB which returns records with no unique identifier. So i
am not able to set the primary key. For example i have three tables
(customer, order, address) which are joined in the view and my result set has
customer data replicated. To display in the screen am doing Distinct and
where customer Id = 1 and getting the company details. but when i have to
update since there is no primary key my update fails.....any idea how to work
around this.......