hi I want to use integrated security to auto login to Crystal Report / SQL Server 2008:
myconnectioninfo.integratedsecurity = true
the problem is the screen prompted for userid / password.
Is there a way to bypass this ? In other words, are there ways
to represent users' login credentials in code ?
Many thanks.