SQL Server 2005 and Integrated Security

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michel Vanderbeke

    #1

    SQL Server 2005 and Integrated Security

    Hello,

    Each time I want to display a report through VB.NET code, I get a form
    inviting me to give a connection_id and a password. It contains also a
    checkbox where I can choose for Integrated Security.
    When I choose Integrated Security, I can display the report.
    My data are on SQL Server 2005.
    What can I put in code, so that the Integrated Security is chosen by
    default, so I get rid of that form and my reports are displayed without
    further intervention.

    Many thanks,

    Michel


  • =?Utf-8?B?S2VycnkgTW9vcm1hbg==?=

    #2
    RE: SQL Server 2005 and Integrated Security

    Michel,

    All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.


    Kerry Moorman

    "Michel Vanderbeke" wrote:
    Hello,
    >
    Each time I want to display a report through VB.NET code, I get a form
    inviting me to give a connection_id and a password. It contains also a
    checkbox where I can choose for Integrated Security.
    When I choose Integrated Security, I can display the report.
    My data are on SQL Server 2005.
    What can I put in code, so that the Integrated Security is chosen by
    default, so I get rid of that form and my reports are displayed without
    further intervention.
    >
    Many thanks,
    >
    Michel
    >
    >
    >

    Comment

    Working...