SQL Caller Authentication APP

  • Hi,

                 My SQL Server has a caller Authenticate, it offers the possibility to give a valid connection to those App

    whose want to connect my SQL Database Server.

     

    I´m trying to do this:

     

    I don´t know how to send in the connection string the AppName or AplicationID by ODBC to my SQL Database Server (in a VB Application called “CARLOS_INGRESOS”)

     

    I think that it looks like “APP= CARLOS_INGRESOS”, but I try without any success.

     

    I need the caller ID Application to give a valid connection to SQL,   by this way I´ ll have the possibility to authenticate

    all applications that I have register in my SQL Server and then,  if the APP has permission , then the users will authenticate

    by the app and then also by the Active Directory.

     

    Thanks for your help.

  • I use OLE DB, and use this connection string:

    PROVIDER='SQLOLEDB',DATASOURCE='MyServer',PROVIDERSTRING='database=MyDatabase;App=MyApp',IntegratedSecurity='SSPI'

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply