Results 1 to 4 of 4

Thread: [RESOLVED] Connection String Problem

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Resolved [RESOLVED] Connection String Problem

    Never entirely sure if these questions belong in Database forum or the language it's written in but....

    I've never had this error before and for the life of me can't fix it. The error is
    Code:
    Additional information: Request for the permission of type 
    System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0,
    Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
    and my connection string is
    Code:
    "Server=mh3-
    sqlrpt01;Database=Sales_Campaign;User 
    ID=SCUser;Password=******;Trusted_Connection=False"
    I've also tried
    Code:
    "Server=mh3-sqlrpt01;Password=******;Persist 
    Security Info=False;User ID=SCUser;Database=Sales_Campaign"
    but both give the same error.

    Any help greatly appreciated as I'm stuck at this point and can't get any further.
    Last edited by Hack; Feb 23rd, 2006 at 12:57 PM.

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