Hi,
How can I set the connection parameters for the SQL Server connection so that it has Integrated Security? I tried to add a parameter 'Integrated Security=SSPI', but this doesn't seem to work.
Kind regards,
Jos.
Integrated Security in SQL Server
To enable Integrated Security, you should change the Authentication property of TMSConnection to auWindows. This is an easier way than changing the connection string.
If this does not help you to solve the problem you have encountered, please describe what behaviour do you except, and what is the real behaviour of SDAC.
If this does not help you to solve the problem you have encountered, please describe what behaviour do you except, and what is the real behaviour of SDAC.
The Integrated Security connection setting is not supported in DbxSda. DbxSda supports only following connection string options:
- Application Name
- AutoTranslate
- Failover Partner
- Language
- MARS Connection
- Network Library
- PacketSize
- Use Encryption for Data
- Workstation ID
Antaeus,
Sorry to hear about this now. We purchased the dbExpress driver about 2 weeks ago. Our client for which we develop an application requires us to use Integrated Security. It is BTW the preferred way of authentication in SQL Server according to Microsoft.
Is there a change that integrated security is coming soon in the dbExpress driver?
If not, then dbExpress is not of use to us. Would you consider a refund?
Kind regards,
Jos.
Sorry to hear about this now. We purchased the dbExpress driver about 2 weeks ago. Our client for which we develop an application requires us to use Integrated Security. It is BTW the preferred way of authentication in SQL Server according to Microsoft.
Is there a change that integrated security is coming soon in the dbExpress driver?
If not, then dbExpress is not of use to us. Would you consider a refund?
Kind regards,
Jos.