|
|
 |
| Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

August 28th, 2006, 03:00 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
passthrough password
Is there a way to create passthrough queries without the password in the connection string, then allow the user to designate a password once for all the queries run so they don't have to keep entering the password for each query?
Thanks!
Michael
__________________
Michael
|

August 28th, 2006, 03:14 AM
|
|
Friend of Wrox
|
|
Join Date: Oct 2004
Location: Clinton, UT, USA.
Posts: 564
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Michael,
Welcome to the forum! I won't be conscious much longer, but they are some true Access geniuses that might be online in a few hours. Could you provide more details about your database?
I am assuming that you are linking to an external DB. What kind is it and how are you connecting? ODBC, etc.
All the best,
Mike
Mike
EchoVue.com
|

August 28th, 2006, 07:29 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2004
Location: Washington, DC, USA.
Posts: 3,060
Thanks: 0
Thanked 10 Times in 10 Posts
|
|
If the users are connecting to a SQL server, and you are using a DSN, then they will only have to log on to the server the first time they run a query or open a table etc.
This assumes that you have set up an account that uses SQL Server authentication, and not Windows NT authentication.
Does this help?
mmcdonal
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| using password in Acces |
Vince_421 |
Access VBA |
8 |
February 6th, 2007 08:06 AM |
| password encryption |
angshujit |
ASP.NET 2.0 Basics |
1 |
January 4th, 2007 03:34 PM |
| Chapter16 - Password |
Alex Kreimerman |
BOOK: Professional C# 2005 |
3 |
September 23rd, 2006 05:11 PM |
| Password |
rajuru |
PHP Databases |
1 |
February 10th, 2005 12:05 AM |
| passthrough query |
Snowingnow |
Access |
3 |
November 23rd, 2004 11:47 AM |
|
 |