Results 1 to 4 of 4

Thread: Logging On

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    53

    Logging On

    I am connecting to a dbo database on our server. It has been a while since I have done this. My other project that connects to the same server but a different database doesn't ask for a pasword when I start the app. But my new app asks for the password for the database when it starts. What do I have to do to make a password free app?
    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Logging On

    Remove the password from the database or feed the password to the database in your connection string.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    53

    Re: Logging On

    What would be the format ofr adding it to the connection string?
    Thanks

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

    Re: Logging On

    That depends entirely on what your current connection string is.

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