dbTalk Databases Forums  

Why isn't table updatable????

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Why isn't table updatable???? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Richard Hollingsworth
 
Posts: n/a

Default Why isn't table updatable???? - 08-06-2003 , 03:37 PM






Hello:

I've just converted my Access 2K db to SQL Server 2K and the conversion went
smoothly. I created users, roles, views and forms and gave the users
permissions to use them. I "THINK" I have done everything, but......you
cannto update the form, view, or table. I get "Recordset Not Updatabale"
when I modify a field in either.

Assuming I set the permissions correctly on the db, table, view, and users
correctly, is there something else I need to do to make the table and view
updatable?

My front end is Access 2K.

Thanks for any advise.....
Richard H



Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Why isn't table updatable???? - 08-06-2003 , 04:25 PM






Richard Hollingsworth (william.r.hollingsworth (AT) boeing (DOT) com) writes:
Quote:
I've just converted my Access 2K db to SQL Server 2K and the conversion
went smoothly. I created users, roles, views and forms and gave the
users permissions to use them. I "THINK" I have done everything,
but......you cannto update the form, view, or table. I get "Recordset
Not Updatabale" when I modify a field in either.

Assuming I set the permissions correctly on the db, table, view, and users
correctly, is there something else I need to do to make the table and view
updatable?
Without any information about the view and the table, it is difficult
to say, but ADO must be able to uniquely identify the rows in the
recordset. In clear text this means that the table must have a primary
key, and this key must be exposed in the query and in the result set.


--
Erland Sommarskog, SQL Server MVP, sommar (AT) algonet (DOT) se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.