ODBC Save Password Errors!!! (new to access)

D

dbrown

Ok, I recently setup an ODBC data source. I have an access front end (.mdb)
and I've linked the tables with no problem. I see the suggestions on here
across the board have been to select the save passwords option when you link
your tables to avoid multiple password prompts, so in heeding advice, I've
done so; however, I'm still prompted for a password multiple times when
accessing any linked tables.

For instance, I have cascading combo boxes that use the linked tables as row
sources. Everytime I click a new combo box I get a password prompt. I also
have a link on the form to another form with a different linked table as the
record source. When I click on this link, once again, I'm prompted for a
username and password agan.

It seems like it's trying to use windows authentication because everytime it
prompts me for a password I have to uncheck the trusted connection and input
the SQL Server login.

I've looked at my System DSN configuration MULTIPLE times and it says use
server authentication. Am I missing somethig???????
 
A

aaron.kempf

if MDB is 'too complex' then you should jump into Access DAta Projects

ADP has a single connection to SQL Server; it's about 100 times easier
to use against SQL Server data

I find it funny when people use MDB against SQL Server-- it's such a
friggin PITA; i mean-- how much code does it take to use a sproc with
arguments again?


ADP is just plug and play

and all data should live in SQL Server

so congratulations; I'm excited for you.

FILE, NEW, PROJECT (Existing Data)

hope that helps
 
A

Aaron Kempf

Access Data Projects are a LOT easier for SQL Server data

and since 'all data should live in SQL Server' you need to move to ADP
 
D

dbrown via AccessMonster.com

Yep! thx to you both. that's what i've done.

Aaron said:
Access Data Projects are a LOT easier for SQL Server data

and since 'all data should live in SQL Server' you need to move to ADP
Ok, I recently setup an ODBC data source. I have an access front end (.mdb)
and I've linked the tables with no problem. I see the suggestions on here
[quoted text clipped - 15 lines]
I've looked at my System DSN configuration MULTIPLE times and it says use
server authentication. Am I missing somethig???????
 

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

Similar Threads

multiple odbc login screens 4
ODBC table - save password 4
ODBC 3
ODBC Password 2
When to use odbc 3
Linking to ODBC Linked Tables 2
ODBC connection 1
How to configure the user and password for MySQL 2

Top