SQLConfigDataSource
-
Hi there, I am trying to create a SQL Server DSN using SQLConfigDataSource. Everything seems ok, except for I can't figure out how to set the password part, to Windows Authentication as opposed to SQL Server Authentication. It appears that the latter one is the default and everytime I run my code it gets set to SQL Server Authentication. thanks
-
Hi there, I am trying to create a SQL Server DSN using SQLConfigDataSource. Everything seems ok, except for I can't figure out how to set the password part, to Windows Authentication as opposed to SQL Server Authentication. It appears that the latter one is the default and everytime I run my code it gets set to SQL Server Authentication. thanks
add
\0TRUSTED_CONNECTION
to your
SQLConfigDataSource
attributes