Using Crystal Reports with Visual Studio 2010
I have established that my "Database login failed" is due to the default connection timeout of 15 (seconds).
When I change this in design mode to 60 I do not get a failed login.
How do I change the connection timeout programmatically as i cannot expect the users to do this?
The logininfo class does not offer a connection timeout property.