Results 1 to 7 of 7

Thread: SQL Error

  1. #1

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Smile SQL Error

    Hi all,
    I have developed a windows application. And it connects to the SqlServer.
    It works well when I have connected using the Network account. But When I log on to that
    server (2003 Server ),This computer mode i am getting this error,

    How could solve this error ?


    Thanks
    Please mark you thread resolved using the Thread Tools as shown

  2. #2
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Re: SQL Error

    Could you post the code for how you are connecting?

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Error

    Thread moved to Database Development forum

  4. #4

    Thread Starter
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: SQL Error

    Sorry for posting in Wrong Forum.....

    I dont have the coding. Its a third party application
    Please mark you thread resolved using the Thread Tools as shown

  5. #5
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: SQL Error

    Given the text of the error message it looks like the problem is that you're trying to connect without specifying the username. How do you configure the connection in the app? Is there anywhere in the app you can see the actual connection string that's being used?
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  6. #6
    Hyperactive Member
    Join Date
    Jan 2008
    Location
    Merseyside
    Posts
    456

    Re: SQL Error

    I'm a little confused as in your first post you said that you developed a windows app, then a few post later you said the problem is with the 3rd party app and you dont have the code.

    Are they both the same thing?

    ps. As the FunkyD suggested, you trying to connect without a username being passed to SQL Server. Are there any instruction with this 3rd party app on how to connect to SQL Server?

  7. #7

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width