Re: new project, existing data, opens read only

From: MGFoster (me_at_privacy.com)
Date: 07/16/04


Date: Fri, 16 Jul 2004 00:55:40 GMT


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Make sure the SQL7 tables have a unique ID column (usually a TimeStamp
datatype column) so Access can "see" if the table was updated between
the time you read the data and someone else changes the same data.

-- 
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
iQA/AwUBQPcndYechKqOuFEgEQIdiACguPJdVoQcR2pj6hwZD2Q/4cc8u14AoO7K
6QUqDvQmbQ2vbT60488b/Mln
=1GSu
-----END PGP SIGNATURE-----
Dan H wrote:
> I have converted an Access DB to run on SQL7.  I am 
> attempting to create an Access (2002 and 2003) Project to 
> manage this DB.  No matter what login I put in the 
> connection properties, I can't Insert or Update records.  
> All options relating to those things are greyed out.
> 
> I have connected using:
> NT login, default settings
> NT login, specific permissions to tables (insert, update, 
> etc)
> new SQL login, default settings
> new SQL login, specific permissions to tables
> new SQL login, DataWriter role (also DataReader, Public, 
> and DBOwner)
> I have even tried with the sa account with the same 
> results.


Relevant Pages

  • new project, existing data, opens read only
    ... I can't Insert or Update records. ... NT login, default settings ... NT login, specific permissions to tables (insert, update, ... new SQL login, specific permissions to tables ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Riddle me this error ADODB.Recordset (0x800A0E7A)
    ... Authenticating your users is fine, but when you're doing that, yes, it will ... not let anyone in who doesn't have permissions, well, since, that's what ... Does SQL Server need to know who is accessing your intranet? ... need to pass that person's credentials for SQL login purposes. ...
    (microsoft.public.inetserver.asp.general)
  • Security: Allowing users to see results of view, but not design view of view
    ... I'm setting up a view so someone using a specific SQL login and ... password can view the returned recordset, but cannot see how the view ... was developed in design view, or add additional fields that were not in ... What permissions do I give them? ...
    (microsoft.public.sqlserver.security)