mdb to sql server 2005 express

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Hi

I have beed testing mdb front-end to msde / sql server 2005 express backend.

I took away permissions for users in windows authentication to prevent
importing of tables. So I used sql authentication to link the tables. It
works in msde but when I tried the same method with sql 2005, the mdb cannot
query the tables citing no permissions. It seems that sql 2005 link will
automatically goes to windows authentication. Did I configure sql 2005
wrongly or this is the way it works.

How do I overcome this issue?

Many thanks in advance
Richard
 
Sounds to me like an SQL Server issue, even though you are accessing it via
Access. You might well find a better answer in one of the SQL Server
networks.

Larry
 
Larry said:
Sounds to me like an SQL Server issue, even though you are accessing
it via Access. You might well find a better answer in one of the SQL
Server networks.

Larry

When you installed SQL server it did you set it to mixed mode or Windows
authentication only?
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top