Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-15 : 10:02:55
|
| Stuart writes "Reason: Not associated with a trusted SQL Server connectionHow do I stop the asp page generating this error when I attempt to access the table? It was working well then suddenly stopped.ThanksStuart" |
|
|
joldham
Wiseass Yak Posting Master
300 Posts |
Posted - 2002-03-15 : 10:35:25
|
| Stuart,I usually get this error when I try to log in and do not have a user name and password. Are you passing a username and password variable from the user, or is this a hardcoded username and password? Either way, you should ensure that the asp page that is trying to get the username and password is actually getting the values.Let me know how it turns out.Jeremy |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-03-15 : 12:10:10
|
| Or possibly your server is in Trusted Authentication mode, and you are trying to use a SQL Server login?-Chad |
 |
|
|
|
|
|