Click here to Skip to main content
15,881,424 members
Home / Discussions / C#
   

C#

 
QuestionMSDE 2000 Insance Invalid Pin
theStorminMormon20-Sep-05 6:43
theStorminMormon20-Sep-05 6:43 
Question.Net Remoting and WebClient memory trouble... Pin
The Liquidian20-Sep-05 6:19
The Liquidian20-Sep-05 6:19 
QuestionOutlook, own EMailAddress Pin
mkano20-Sep-05 6:09
mkano20-Sep-05 6:09 
QuestionWebsite Counter Pin
jeff1920-Sep-05 4:40
jeff1920-Sep-05 4:40 
AnswerRe: Website Counter Pin
Jon Sagara20-Sep-05 7:42
Jon Sagara20-Sep-05 7:42 
QuestionUsing C++ in C# appliacation Pin
Yoyosch20-Sep-05 4:15
Yoyosch20-Sep-05 4:15 
AnswerRe: Using C++ in C# appliacation Pin
Not Active20-Sep-05 9:05
mentorNot Active20-Sep-05 9:05 
QuestionMSDE 2000 connection error Pin
theStorminMormon20-Sep-05 4:06
theStorminMormon20-Sep-05 4:06 
I posted a couple of messages on this topic last month. I got a lot of great help and suggestions, but after taking the time to implement all of them I'm still not able to connect to my database over the network.

Using the CodeProject tutorial: "Hands on how to configure the Microsoft MSDE" I just did a fresh install of MSDE 2000 enabling networking and using windows authentication. The instance is DomBenBSA running on computer DB-NGIVENS. I accidentally killed my testing database, but I recreated it and attached it to the server: it's BenefitSelectDB.

So now I have the server running and I go to my laptop. I'm logged onto the domain (DB) with my standard login (NGIVENS). I'm using RapTier to try and connect to the database (it's just faster than running test C# connection strings).

I can detect the server (DB-NGIVENS) - which is more than I could do before - but when I try to get to the database I get this error (when i'm using Windows Auth):

[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

Here's the interesting thing. I go back over to the host machine where I have the server installed and check out my list of users. I don't see myself anywhere. So I add the user 'DB-NGIVENS'. When I try that, I get this error:

Msg 15063, level 16, State 1, Server DB-NGIVENS\DOMBENBSA, Procedure sp_grantdbaccess, Line 116
The login already has an account under a different user name.

So now I'm confused. If the login already has an account under a different name - how can I logon from another computer where I'm logged in as myself?

Any help would be SO appreciated.

(By the way, here are the users that I do find:

db_accessadmin
db_backupoperator
db_datareader
db_datawriter
db_ddladmin
db_denydatareader
db_denydatawrier
db_owner
db_sercurityadmin
dbo
guest
public)

The ends can never justify the means. It is the means that determine the ends.
QuestionSelect ListView Item on KeyPress Pin
miah alom20-Sep-05 3:59
miah alom20-Sep-05 3:59 
AnswerRe: Select ListView Item on KeyPress Pin
John Fisher20-Sep-05 9:27
John Fisher20-Sep-05 9:27 
GeneralRe: Select ListView Item on KeyPress Pin
miah alom20-Sep-05 9:40
miah alom20-Sep-05 9:40 
GeneralRe: Select ListView Item on KeyPress Pin
Abdullah_Hunzai22-Oct-09 20:00
Abdullah_Hunzai22-Oct-09 20:00 
QuestionStretching a polygon side in C# Pin
20-Sep-05 3:52
suss20-Sep-05 3:52 
AnswerRe: Stretching a polygon side in C# Pin
Yoyosch20-Sep-05 4:06
Yoyosch20-Sep-05 4:06 
GeneralRe: Stretching a polygon side in C# Pin
subramanyeswari20-Sep-05 17:43
subramanyeswari20-Sep-05 17:43 
AnswerRe: Stretching a polygon side in C# Pin
Andy Moore20-Sep-05 18:15
Andy Moore20-Sep-05 18:15 
GeneralRe: Stretching a polygon side in C# Pin
subramanyeswari21-Sep-05 17:30
subramanyeswari21-Sep-05 17:30 
QuestionVisual Studio tools for Office Pin
Giannis Zetas20-Sep-05 3:15
Giannis Zetas20-Sep-05 3:15 
AnswerRe: Visual Studio tools for Office Pin
NassosReyzidis20-Sep-05 3:31
NassosReyzidis20-Sep-05 3:31 
QuestionProgrammatically showing and hiding a scollbar in a multiline textbox Pin
Dan Neely20-Sep-05 3:07
Dan Neely20-Sep-05 3:07 
Questionoverride Paint method for DataGrid Pin
zaboboa20-Sep-05 2:52
zaboboa20-Sep-05 2:52 
QuestionDialog box exit Pin
baronics20-Sep-05 2:37
baronics20-Sep-05 2:37 
AnswerRe: Dialog box exit Pin
Ashok Dhamija20-Sep-05 3:22
Ashok Dhamija20-Sep-05 3:22 
GeneralRe: Dialog box exit Pin
baronics20-Sep-05 4:58
baronics20-Sep-05 4:58 
QuestionC# ,Directx and MPEG2 encoding Pin
Member 242731820-Sep-05 2:33
Member 242731820-Sep-05 2:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.