R
R Tanner
Hi,
I'm building a form that connects to a SQL Server database and the
database requires a password, which I have incorporated in the data
source. Despite that, SQL Server asks for the user to login every
time the first form is brought up and the user attempts to select a
value from a drop down. How can I get around this? I need the
password to be explicit (not windows authentication) on the server
because I cannot setup subscriptions in SSRS otherwise. I imagine I
would somehow need to pass the credentials programmatically to SQL
Server? This is probably much easier done in C#, but I don't want to
build this form in C# right away.
Does anyone have any experience with this? Thanks in advance.
I'm building a form that connects to a SQL Server database and the
database requires a password, which I have incorporated in the data
source. Despite that, SQL Server asks for the user to login every
time the first form is brought up and the user attempts to select a
value from a drop down. How can I get around this? I need the
password to be explicit (not windows authentication) on the server
because I cannot setup subscriptions in SSRS otherwise. I imagine I
would somehow need to pass the credentials programmatically to SQL
Server? This is probably much easier done in C#, but I don't want to
build this form in C# right away.
Does anyone have any experience with this? Thanks in advance.