Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to stop the SQL Server Login dialog box when i reload the application. How can i stop this?
check the box 'Allow saving password' when create the connection string.
check the box 'Allow saving password' when create the connection string.
Where can i check "Allow Saving Password". When i check Use Trusted Connection it is not connecting to server.
If you are connecting using ODBC or OLEDB then try to save the password as mentioned by hangwong or provide it as part of Connect statement.
I hope this helps
Regards
MultiView
In the loading script, click 'Connect' button. After choosing the connector/ provider, under 'Connection' tab, there should have a checkbox for 'allow saving password'
Create a dsn for same and then connect using dsn .
it will ask once password at the time of creating dsn .
hope this help
Thanks a lot.