P
paro
I am using SQL Server 2005 Express and the Management Studio as the backend
for an Access 2003 database. I would like to use trusted authentication. So
far have done this:
Created a windows group called dbusers
Added some windows users to this group
Created a SQL Server user called mydbuser
Created a SQL Server login called workstationname\dbusers, with windows auth,
and default db pointed at correct db, no sever roles, users mapped is set to
the correct db, the mydbuser user, with data reader and data writer roles on.
In the Securables dialog I've granted perms to some tables and the specific
database.
Created a system dsn for the database with trusted connection, and it tests ok.
But when I want to link tables from this odbc source when logged in as a
dbusers member, I only see system items like INFORMATION.SCHEMA.blahblah and
dbo.spt_system_fallback. I have been over and over these steps but I'm missing
something basic. Why are the tables I have created in SQL Server not available
for linking?
Sorry for posting in three newgroups, it's not for an adp, but people there
might have a clue re my issues, and the odbc newsgroup is rather
sparse...formscoding is the hotspot, between the three I hope to be able to
connect to someone who can see my error.
for an Access 2003 database. I would like to use trusted authentication. So
far have done this:
Created a windows group called dbusers
Added some windows users to this group
Created a SQL Server user called mydbuser
Created a SQL Server login called workstationname\dbusers, with windows auth,
and default db pointed at correct db, no sever roles, users mapped is set to
the correct db, the mydbuser user, with data reader and data writer roles on.
In the Securables dialog I've granted perms to some tables and the specific
database.
Created a system dsn for the database with trusted connection, and it tests ok.
But when I want to link tables from this odbc source when logged in as a
dbusers member, I only see system items like INFORMATION.SCHEMA.blahblah and
dbo.spt_system_fallback. I have been over and over these steps but I'm missing
something basic. Why are the tables I have created in SQL Server not available
for linking?
Sorry for posting in three newgroups, it's not for an adp, but people there
might have a clue re my issues, and the odbc newsgroup is rather
sparse...formscoding is the hotspot, between the three I hope to be able to
connect to someone who can see my error.