The Artima Developer Community
Sponsored Link

C# Answers Forum
connection to msde with win 98

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
francois

Posts: 5
Nickname: cudenetf
Registered: Sep, 2005

connection to msde with win 98 Posted: Nov 7, 2005 3:14 AM
Reply to this message Reply
Advertisement
hi,
I have problems with using MSDE under win98
I can not connect to the database
i have an error message:
"login failed for user '(null)'.Reason: NOt ASSociated with a trusted sql server connection"

i have tried these two connection string that works fine under win XP
scnx="workstation id="+nom_ordi+";packet size=4096;integrated security=SSPI;data source=" +
nom_ordi+";user id=sa;persist security info=False;initial catalog=AUTOGEST";

scnx= "Server="+nom_ordi+";Database=AUTOGEST;Trusted_Connection=True;user id=sa";


XP does not seem to need a user id

i'd like to understand more the exact signification of these lines and of the problem I have.

Even if i put a user id , win98 doesn't get it. It is still considered as null
I tried to change the security mode of msde but it semmed not to work

Can anyone explain me the problem or help me?

thanks

Topic: Group similar taskbar buttons in the Taskbar doesn't work ( C# solution ) ? Previous Topic   Next Topic Topic: Typed DataSet with Information.Schema Query

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use