Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting users to ADP on a network 1

Status
Not open for further replies.

petegoodman

Programmer
Mar 16, 2004
28
0
0
GB
I have set up a access database project and I am trying to allow users on separate computers to connect to it. I have put the SQL data file onto a central server with SQL server installed. I have put the access file on each of the computers that need to connect to the system. The problem occurs because only administrators on the network appear to be able to connect o the server. Are there any settings I can change to allow all general users to conect to the database?

Please Help!

Petegoodman
 
Looks like you installed the SQL server for 'trusted connections'.

I'd uninstall SQL Server and re-install it with SQL Authentication (not Windows authentication).Don't use TRUSTED CONNECTIONS.

Try not to use named pipes, which will count as connections to the Windows server. TCP/IP only would do great.

I have this configuration and it's working really cool with ADPs over a WAN and the Internet.

HTH


[pipe]
Daniel Vlas
Systems Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top